
Newest 'netlogo' Questions - Stack Overflow
I'm working with a NetLogo model where my turtles have variables lat and long. I want to assign these variables the corresponding latitude and longitude values based on the coordinate reference system ...
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, 10 months ago Modified 3 years, 10 months ago Viewed 2k times
How to make turtles follow a path at different speeds in Netlogo?
Mar 3, 2025 · I am modeling people commuting using different transportation methods: walking, biking, and driving. I use nw:path-to to find the shortest path between their home and work and then move …
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...
Assigning Latitude and Longitude to Turtles in NetLogo from a GIS Map
Jan 4, 2025 · I'm working with a NetLogo model where my turtles have variables lat and long. I want to assign these variables the corresponding latitude and longitude values based on the coordinate …
How to fix "Nothing named ? has been defined" error in NetLogo 6.0.4
Feb 2, 2019 · I downloaded the modified random clusters code for generating neutral landscape models using the Millington's version of the modified random clusters approach in the NetLogo modeling …
Netlogo: How to make a turtle move towards an unique patch target?
Oct 18, 2021 · Netlogo: How to make a turtle move towards an unique patch target? Asked 4 years, 4 months ago Modified 4 years, 3 months ago Viewed 853 times
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-ELSE …
How to loop in NetLogo? - Stack Overflow
Jan 23, 2022 · I have the following problem. I need to loop through the code. However, it doesn't work. Contextualizing the problem: I have 3 files (in .asc) that represent data referring to 3 ages of the …
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 as the plot …