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
Home / NetLogo
Showing posts with label NetLogo. Show all posts
Showing posts with label NetLogo. Show all posts
Embedding NetLogo Models in Moodle 2.9 Environment
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
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
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
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
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
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
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
Importing Image to World
If you're planning to load an image in NetLogo. Check out the available commands below and decide which one is approprite. > imp...
Read More
Understanding Patches
Patches are automatically created when NetLogo loads up. So, the black background shown in the world are patches. You can think of it as pi...
Read More
Moving Turtles
Here are some commands you can do with turtles: fd number , bk number or forward number , backward number Turtles move for...
Read More
Turtles and Variables
In the world of agents, knowing the basic commands is very important. The NetLogo world is made up of four types of agents - turtl...
Read More
Subscribe to:
Posts
(
Atom
)