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
Writing Data to a Text File Add Comment Edit Sometimes, I want to load the same set of turtles and data to my model. To keep it handy for me, I created the writeData procedure wh... 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