Getting a value from a specific field in a .CSV file Add Comment Edit The code below can be used to retrieve a specific field in a .csv file. In my previous example, each row has 10 values(e.g. 1,1,1,1,4,2,2,2... Read More
Embedding NetLogo Models in Moodle 2.9 Environment Add Comment Edit Two years ago, I was able to embed Netlogo models in Moodle using an available plugin uploaded to Moodle's website. But I couldn... Read More
Assigning Meaningful Colors to Turtles Add Comment Edit By default, NetLogo creates turtles with random colors, and to get rid of it, I normally assign a single color upon calling the create-turtl... Read More
Using In-Radius To Link Nearby Turtles Add Comment Edit I have used in-radius to gather information from patches and turtles for several times, but just recently tried in-radius to create links... Read More
Connecting or Linking Turtles from a CSV File 2 Comments Edit I have worked on a small social network model which uses an external file that contains all the information related to the person agents suc... Read More
Reading from .CSV file 5 Comments Edit I've been working on a project that involves rows of household community data. The records are stored in an Excel file which I conver... Read More
Loading Shapefile (.SHP) to NetLogo 5 Comments Edit Adding GIS data to your NetLogo model is useful when you want to create visualizations of spatial data. The NetLogo GIS extension can hand... Read More
Understanding Mean, Variance and Standard Deviation Add Comment Edit mean list This command reports the mean of numbers in the given list, summation of numbers is performed and then divided by the total nu... Read More