1 / 11

New Mexico Computer Science For All

New Mexico Computer Science For All. Interface Output in NetLogo (Part 1) Maureen Psaila-Dombrowski. Output on the Interface Tab. Gathering data is an important part of modeling Easiest to the Interface Tab Four ways/locations Monitor Graph Command Center Output Area.

edda
Download Presentation

New Mexico Computer Science For All

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. New Mexico Computer Science For All Interface Output in NetLogo (Part 1) Maureen Psaila-Dombrowski

  2. Output on the Interface Tab • Gathering data is an important part of modeling • Easiest to the Interface Tab • Four ways/locations • Monitor • Graph • Command Center • Output Area

  3. Output to a Monitor • Outputting to a Monitor is easiest. • Requires not in-code output commands • Just need the variable name • Outputs the current value of an variable • Updated continuously as the model runs

  4. Output to a Monitor • Create a Monitor on the Interface Tab • Click on the drop down menu (where button is shown) and select Monitor in the drop down menu • Add it to the Interface tab clicking on Add and then clicking in the white space • The edit dialog box automatically opens

  5. Output to a Monitor

  6. Output to a Monitor • Program with output to a Monitor

  7. Output to a Simple Graph • Outputting to a Graph is slightly harder but… • More than one variable at a time • A line for each variable • Graphical information can be easier to understand • History of output • Outputs the value of an variable • Updated continuously as the model runs

  8. Output to a Simple Graph • Create a Graph on the Interface Tab • Click on the drop down menu (where button is shown) and select Graph in the drop down menu • Add it to the Interface tab clicking on Add and then clicking in the white space • The edit dialog box automatically opens

  9. Program with output to a Graph

  10. Summary • Gathering data -important part of modeling • Four ways/locations • Monitor – easiest • Outputs the current value • Updated continuously as the model runs • Graph • More than one variable at a time (line for each) • Graphical information can be easier to understand • Continuous history of output • Command Center • Output Area

More Related