hi, i m trying to embed netlogo model into a course built in moodle framework. i have enabled netlogo filter in moodle but it is not working properly. i am...
darshna1204
darshna1204@...
Nov 1, 2007 12:36 pm
7061
James, OK that's interesting about the patches (and turtles) not being shuffled before a sort or sort-by, but it does have the odd side-effect that I mentioned...
David O'Sullivan
d.osullivan@...
Nov 1, 2007 12:37 pm
7062
Did you insert the model as link text into the moodle document? From what little I've read about it, that should be all you need to do. Searching Google for...
Hi everyone, a self-programmed model works just fine within NetLogo. But using it as a Java applet is just not possible. I can see the whole GUI at least....
why.register
why.register@...
Nov 2, 2007 11:55 pm
7068
hello James thanx for response . ya i followed the same procedure and i m able to see the netlogo interface within my course but it is not performing its...
I analyze the output of my NetLogo models in R and was wondering if anyone else (including the developers) would be interested in exploring the possibility of...
Hi everyone, I have met some problem related to "links". Now i had certain network with a lot of nodes connected by nodes, also with the coordinates. There...
Jun, The interesting part of this problem (in my opinion, anyway) is that there may be more than one path between a given pair of nodes; in fact, unless the...
Some rough ideas. On Windows, there is an R addin called RExcel for Excel. Netlogo can write to Excel (I have not played with it yet), so this could be a...
Hi, every one I try to group some links into a set of links (agent set) according to whether or not they have a same heading. Could you advise on how to do ...
You can use COUNT to count the members of an agentset. e.g. COUNT turtles with [ heading = 45 ] ===== If you need general, perfect, knowledge of all the groups...
Hi all, I tried to write an extension to use the jdbc api from java In JdbcExtension.java therefore I wrote: ... primitiveManager.addPrimitive( "execute" , new...
Dear Michael Weisberg, I was particularly intrigued to see that philosophers are using NetLogo. Do you use NetLogo in that particular field? Do you have any ...
Dear Nick, Thanks for your generous offering help, i just had the chace to see the post here. I can not find the model you mentioned in the community model ...
Jun, In fact, the model is not in the community models page; it is in the Files <http://groups.yahoo.com/group/netlogo-users/files> section of this user...
Hello all. For some reason the NetLogo webpage is down. I'm supposed to be installing this software at an elementary school today. Are there any alternative ...
Hi, James, Thanks for your detailed advice. Now i am trying the group the sub- links with the same heading into long link, i am trying to see, if this works...
Hi John - I believe the website should be back up. There was a slight network outage here this morning. Let me know if you are still having trouble. esther...
Esther Verreau
everreau@...
Nov 7, 2007 5:41 pm
7082
... I just hit it from my home machine here in Chicago. Perhaps you have a local network issue? Make sure your browser is set up to use the schools proxies...
My advice in the below post contains a glaring mistake, that I make all the time... And that is I forgot to follow "foreach sort turtles [ " with "ask ? [" ......
Hi Daniel - If I understand you correctly you are asking how to make an infix command in NetLogo? You can't. NetLogo can't parse an infix command. I...
... David> James, OK that's interesting about the patches (and turtles) not David> being shuffled before a sort or sort-by, but it does have the David> odd...
... James> Is there a better way to randomly choose 20 patches from among James> the set of patches whose values are greater than or equal to the James> value...
... Other models work fine for the user. Is anyone else experiencing this problem? If you are a Windows users and have a spare moment, please run the Moths...