Drone - Circular Motion

Drone - Circular Motion preview image

1 collaborator

Tags

(This model has yet to be categorized with any tags)
Part of project 'System Dynamics'
Visible to everyone | Changeable by the author
Model was written in NetLogo 6.2.2 • Viewed 117 times • Downloaded 9 times • Run 0 times
Download the 'Drone - Circular Motion' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Info tab cannot be displayed because of an encoding error

Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

;; system-dynamics-setup, system-dynamics-do-plot, and system-dynamics-go are automatically
;; generated by the System Dynamics Modeler.  The code can be viewed in the
;; Code Tab of the System Dynamics Modeler.

to setup
  clear-all
  ask patches [set pcolor white]
  crt 1
  ask turtles[setxy 10 0
              set color 0
              ]
  ask turtles [facexy 1 0]
  system-dynamics-setup
end 

to go
  system-dynamics-go
  ask turtles[if draw_trajectory [pen-down]
              facexy x y
              setxy x y]
end 


; Copyright 2005 Uri Wilensky.
; See Info tab for full copyright and license.

There is only one version of this model, created over 2 years ago by Carlos Pedro S. Gonçalves.

Attached files

File Type Description Last updated
Drone - Circular Motion.png preview Preview for 'Drone - Circular Motion' over 2 years ago, by Carlos Pedro S. Gonçalves Download

This model does not have any ancestors.

This model does not have any descendants.