Ferrari
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
(a general understanding of what the model is trying to show or explain)
HOW IT WORKS
(what rules the agents use to create the overall behavior of the model)
HOW TO USE IT
(how to use the model, including a description of each of the items in the Interface tab)
THINGS TO NOTICE
(suggested things for the user to notice while running the model)
THINGS TO TRY
(suggested things for the user to try to do (move sliders, switches, etc.) with the model)
EXTENDING THE MODEL
(suggested things to add or change in the Code tab to make the model more complicated, detailed, accurate, etc.)
NETLOGO FEATURES
(interesting or unusual features of NetLogo that the model uses, particularly in the Code tab; or where workarounds were needed for missing features)
RELATED MODELS
(models in the NetLogo Models Library and elsewhere which are of related interest)
CREDITS AND REFERENCES
(a reference to the model's URL on the web if it has one, as well as any other necessary credits, citations, and links)
Comments and Questions
globals [ d_x s v d_t v2 d_x2 s2 d_t2 ] to setup clear-all setup-pozadina setup-automobil reset-ticks end to go ask turtle 0 [ unos izračun ] ask turtle 1 [ unos2 izračun2 ] tick end to setup-automobil create-turtles 2 ask turtle 0 [ setxy -10 -4 set shape OblikPrvi set color red set size VeličinaPrva if PutanjaPrva [ pen-down ] ] ask turtle 1 [ setxy -10 6 set shape oblikdva set color yellow set size VeličinaDruga if PutanjaDruga [ pen-down ] ] end to unos set d_t 0.001 set v BrzinaPrva end to izračun set d_x (v * d_t) set xcor (xcor + d_x) set s (s + d_x) end to unos2 set d_t 0.001 set v2 BrzinaDruga end to izračun2 set d_x2 (v2 * d_t) set xcor (xcor + d_x2) set s2 (s2 + d_x2) end to setup-pozadina ask patches [ set pcolor 97 ] end
There is only one version of this model, created over 9 years ago by Bartul Andrijašević.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Ferrari.png | preview | Preview for 'Ferrari' | over 9 years ago, by Bartul Andrijašević | Download |
This model does not have any ancestors.
This model does not have any descendants.