
Newest 'netlogo' Questions - Stack Overflow
Aug 1, 2012 · 0answers 35views NetLogo GIS assign shapefile variable (polygon/line) to patch I’m working on a NetLogo model where I’ve loaded a raster file as my base map (this works). I …
How to use list values inside lists in Netlogo - Stack Overflow
Apr 7, 2022 · How to use list values inside lists in Netlogo Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 2k times
Netlogo - Stop simulation after a certain event - Stack Overflow
Oct 25, 2016 · I want my Netlogo simulation to stop after a certain event (In this case after all the black patches have been converted by turtles into yellow patches). How might I accomplish …
How do I do a SWITCH or SELECT CASE in NetLogo?
Oct 17, 2021 · NetLogo does not have a native SWITCH, SWITCH-CASE, or SELECT-CASE type of multiple condition, how do I do the same thing without having a giant mess of nested IF …
netlogo - Is it possible to change patch color for a range of …
Mar 11, 2022 · Is it possible to change a range of patches color in the code tab? Instead of setting each individual coordinate. This would be done as part of initial model setup. I am essentially …
netlogo - How to properly plot variables - Stack Overflow
Jul 3, 2015 · NetLogo recommended practice is to do this in the interface directly rather than in code. So, you could create a plot on the interface with, for example mean [revenue] of turtles …
How can one create a countdown timer in NetLogo?
May 12, 2014 · 7 How to create a count-down timer in NetLogo This is a general outline of how to implement a count-down timer. This applies both to a real-time count-down, or a simulation …
NetLogo: the meaning of TO-REPORT explained for dummies?
I have a problem to understand the role of to-report and report in NetLogo, even it seems pretty useful and I can't really find a help written in "human style" language. In NetLogo dictionnary ht...
coordinates - Netlogo set specific xycor - Stack Overflow
Feb 21, 2022 · This is my first Netlogo script and I am a complete beginner and need help in setting the xy coordinates for my turtles which are boats. I wish the boats to be positioned …
Can anyone provide simple Netlogo models tha can be easily …
Jan 15, 2014 · I am new to netlogo and I would like to do some excise like extending models in netlogo I would happy if anyone can provide me some small projects in netlogo that I can …