You could put the 13 color choices in a list, and then select from the list using "item" and "random 14" Also, the Netlogo-users group is much more active than...
109
James Steiner
netlogo@...
Feb 23, 2010 5:50 pm
Hi! There two ways that spring to mind. One mathematical. The other list-based. Here is the mathmatical way: set color 5 + 10 * random 14 ; including gray set...
Is it possible to make patches operate with imported raster pcolors? I can easily make turtles work with imported files such as the Collision Avoidance...
111
James Steiner
netlogo@...
Apr 12, 2010 2:33 pm
Yes this is possible...easy even. Import-pcolors scales the image. This may make some of your patches gray. For best results, the image and the patches...
I am pretty new to Netlogo. I have a model that I want students to play around. I would like to capture all interactions of the students (parameter setting,...
Dear Members, I'm new to this application. I want to simulate a Cellular Automata model using this. Can any one help me to define the patch sizes and number of...
Thanks, Seth Tisue. I already tried the NetLogo logging application. This is a stand-alone client application. I would like to run an experiment by embedding...
Hello all, I have 4 sublist in one big list and want to get random one element from each sublists let say list [ [ 1 2 3 4] [5 6 7 8 9][ 10 11 12 13 14 15 16]...
... Greetings, This is quite easy to do with 'map'. to test let $list [ [ 1 2 3 4] [5 6 7 8 9][ 10 11 12 13 14 15 16] [17 18 19 20] ] print map [one-of ?]...
120
James Steiner
netlogo@...
Jul 12, 2010 2:32 pm
HELP! MAP! SAVE US! ;; tah dah!! let new-list MAP [ one-of ? ] old-list Ahhhh. MAP is an amazing and powerful reporter when working with lists. You can read...
Does anyone know of an introductory programing text that introduces simulation and NetLogo? I know of "Simulation for the Social Scientist", but this text is...
In the party model I am trying to make a maximum size of group members for the groups. I was wondering if anybody knows the extension to put in to achieve...
Hello to everyone! I am running a variation of the Ants Model of NetLogo. I want to have one food pile, the nest, and one "obstacle" (i.e. a circular area...
I would like to let interested people know that Volker Grimm and I will conduct a one-week class on teaching agent-based modeling with NetLogo. The class is...
Hello, I am going to give an one hour introduction to NetLogo. I want to explain the NetLogo basics, a bit of the NetLogo programming language and give some...
I`vw just started to study it and i need help. my question is : i created a button and slider and wrote this code breed [sun] breed [rays] to go ca ask patches...
Dear friend, good material is provided in Gabriel Wurzer's channel in youtube: http://www.youtube.com/user/gabrielwurzer. Aristotelis Gkiolmas, Athens, Greece....
Hi How to place grid in plot window, and how to place tick values on x,y axes in a plot window while model is evolving ? Most of the examples on net shows time...
Hi, Happy new year 2012 :) i want to examine the source code behind this programm http://ccl.northwestern.edu/netlogo/models/MaterialSimGrainGrowth Any body...
i am wondering if the execution of a netlogo program is sequentail or parallel ?? If a have two turtles runnig the same code, can they execute the code in...
This is part of the NetLogo distribution. It is called MaterialSym, in the path models\Sample Models\Chemistry & Physics Herbert Gintis On 1/3/2012 9:31 AM,...
hi sir/madame, well am a third year under graduate student from Mauritius and am doing BSc Computer science and as dissertation title i've get An Agent Based...
we are working on a project where we are preparing an element spectrum....(line spectrum) for all the elements in the periodic table so the first step is.... ...
Registration is now open for the one-week class that we are again offering at Humboldt State in June. The class is designed primarily for people who want to...