
Newest 'netlogo' Questions - Stack Overflow
Oct 15, 2025 · Stack Overflow | The World’s Largest Online Community for Developers
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, 8 months ago Modified 3 years, 8 months ago Viewed 2k times
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...
netlogo - Multiple or conditions within if command - Stack Overflow
Mar 3, 2021 · I am trying to direct turtles towards a cone of patches if total chemical level in the cone is greater than regular chemical on either side of the turtle. However, my code involves multiple or cond...
Set Turtle to Specific Grid Location - NetLogo - Stack Overflow
Sep 21, 2021 · Set Turtle to Specific Grid Location - NetLogo Asked 4 years, 3 months ago Modified 4 years, 3 months ago Viewed 580 times
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 - Why is net logo showing a runtime error using with …
Dec 31, 2022 · NetLogo does not perform type inference and the ? at the end of such primitives is a convention to indicate to the reader of the code that it is a boolean type, but not a language feature. …
netlogo - Turtle's shape as images - Stack Overflow
Jun 3, 2016 · I am new to NetLogo. Is there a way to set the turtle's shape with my own images? The idea is to rewrite the library Pacman model in the way that agents would have my friends' faces as …
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 this? Here is …
netlogo - how to define the value of a variable in an interface slider ...
Jan 24, 2024 · The slider itself is a global variable (see here). So you don't have to define it in the code tab. Assuming you have named your slider flip-rate-slider, you can use ...