Where are extensions stored in NetLogo 6.4
I am trying to locate where the extensions are stored in NetLogo 6.4 (since version 6). Specifically, I need to extract the Table extension to use it with OpenMole.
How to Stop a simulation with a button in Netlogo
I have my go function set to forever and I want to create a button that says stop to stop the simulation as i noticed that peers running the model dont press the go button again to stop it. However, the button with the stop primitive is not stoping the run.
Error as NetLogo is trying to compare 30 lists and make an edge if correlation is greater than 0.5
Once trying to compare 30 lists and make an edge, if correlation is greater than 0.5, an error was detected at
Error NETLOGO trying to compare 30 lists and make a edge if correlation is greater than 0.5
Error NETLOGO trying to compare 30 lists and make a edge if correlation is greater than 0.5
showing error at foreach stock-prices [prices1 i] saying expecting anonymus command rather than list,block
Is there a more efficient way of moving turtles back and forth between patches based on calendar parameters?
I am new to NetLogo programming and I am trying to build a model in which humans are moved back and forth between some certain patches, named "house"
(yellow) and "workplace"
(gray).
my assignment error in “go procedure” netlogo tourism model
this is my draft netlogo for tourism lifecycle theory of Bulter’s. As the amount of arrivals in a destination is one of the most intuitional measures to see the prosperous of the destination, this model tries to simulate in the demand side of tourism, dealing with the changes in attendance to see if the improving […]
Divide world into four different and equal quadrants
I’m beginning to use and explore NetLogo. For one of my study codes I would like to divide my world in 4 different, but equal, quadrants – just like the Cartesian coordinate system – using patches coordinates.
Netlogo: Divide world into four different and equal quadrants
That’s my first time using stackoverflow.
I’m beginning to use and explore NetLogo. For one of my study codes I would like to divide my world in 4 different, but equal, quadrants – just like the Cartesian coordinate system – using patches coordinates.
How to put Turtles inside a [GIS extension] Shapefile in Netlogo?
I am trying to create turtles inside a shapefile. I have imported the GIS extension and loaded the shapefile. I am now trying to generate the turtles into the shapefile boundary as they are generated also outside of it which I don’t want.
How to make agents stay at certain patch in netlogo?
I’m a beginner, the agents in my model are the countries and i want to make each one of them on a different patch to be far away from each other and make them stable as they do not move.