In NetLogo, I would like to create a specific number of patches 开发者_StackOverflow中文版(e.g. a 50 x 50 grid).
I am working on traffic simulations using NetLogo for a post graduate project. For turtles to move forward we can specify the number of units it can move e.g. fd 1, which would mean the turtle moves
I am trying to get coordinates for turtles in NetLogo by using the Java API.I have managed to get the workspace loaded and have been using the following code that I made:
Currently I am building a route for a truck to drive inside my netlogo-land. When the truck is next to the shop-patch where it should deliver, the truck needs to change its actions.
the catalyst speeds up the reaction but remains unchanged after the reaction has taken place i tried the following code
I am trying to create a 5x5 grid with 2 exits and put some walls in it. In other words, I want to create a maze or a labyrinth.
I was wondering if it was possible to put balanced chemical equations into a model - and if so, how to include state symbols in an existing NetLogo model. I have not seen any examples in the models li
I am trying to code something in Netlogo..I am using an existing model Chemical Equilibrium and am trying to implement the following:
I\'ve been running game theory simulations in NetLogo and I now have lots data files, containing cross-tabulated data - each column store a value of a different variable, and there are c. 1000 rows co
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.