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

Slides:



Advertisements
Similar presentations
Value Control with Variables Joe Long Robofest Student Assistant Lawrence Tech Computer Science Major April 12, 2007.
Advertisements

Open Powerpoint and go to Slide Show in the top menu. Click VIEW SHOW. Then type in the white boxes. Type Name Date:
Managing Your Site – Lesson 61 Managing Your Site Lesson 6.
1. Objective 1 Overview of the Linux Desktop  X Server  Controls Graphical Interface  Manages Input Devices  Transmits Input actions to the client.
A Short Course on How to Manage SLOs with TracDat.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
SW388R7 Data Analysis & Computers II Slide 1 Solving Problems in SPSS The data sets Options for variable lists in statistical procedures Options for variable.
Pasewark & Pasewark Microsoft Office XP: Introductory Course INTRODUCTORY MICROSOFT POWERPOINT Lesson 1 – PowerPoint Basics.
Word Lesson 1 Microsoft Word Basics
New Mexico Computer Science For All Local Variables in Netlogo Maureen Psaila-Dombrowski.
New Mexico Computer Science For All More Looping in NetLogo Maureen Psaila-Dombrowski.
Excel Lesson 14 Creating and Using Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Guided Lesson.  In this lesson, you will learn how to modify existing bullets, insert new bulleted and numbered lists, select symbols as bullets, and.
Digital Image Processing Lecture3: Introduction to MATLAB.
New Mexico Computer Science For All Statements and Expressions in NetLogo Maureen Psaila-Dombrowski.
Promodel tutorial tutorial.
New Mexico Computer Science For All Interface Input in NetLogo Maureen Psaila-Dombrowski.
Active-HDL Interfaces Debugging C Code Course 10.
Introduction to Algorithms using Netlogo. What’s an Algorithm Definitions of Algorithm on the Web: –A procedure or formula for solving a problem.
New Mexico Computer Science For All Command Procedures in NetLogo Maureen Psaila-Dombrowski.
Chapter Two Creating a First Project in Visual Basic.
1 ADVANCED MICROSOFT POWERPOINT Lesson 9 – Importing and Exporting Information Microsoft Office 2003: Advanced.
New Mexico Computer Science For All Variables and Scope Maureen Psaila-Dombrowski.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Microsoft Office 2013: In Practice Chapter 4 Creating and Using Forms and Reports Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
New Mexico Computer Science For All Creating Turtles Maureen Psaila-Dombrowski.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
New Mexico Computer Science For All Patches and Agent/Environment Interactions Maureen Psaila-Dombrowski.
Pasewark & Pasewark Microsoft Office Applications: Introductory Course 1 INTRODUCTORY MICROSOFT POWERPOINT Part 1 – PowerPoint Basics.
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Getting Started with Windows® XP Robert Grauer.
Optimizing Windows Vista Performance Lesson 10. Skills Matrix Technology SkillObjective DomainObjective # Introducing ReadyBoostTroubleshoot performance.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT POWERPOINT Lesson 1 – PowerPoint Basics.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 8 – Worksheet Charts.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
This opens the box as shown above where filtering on the Junk e mail folder can be adjusted. Click on the Blocked Senders tab. If adding an address.
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Using SPSS Note: The use of another statistical package such as Minitab is similar to using SPSS.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Excel 2010 Intro to Charts A chart is a tool you can use in Excel to communicate your data graphically. Charts allow your audience to see the meaning behind.
Hoi Le. Dropdown list To create a dropdown list like in the figure on the right Hoi Le2.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
1 PowerPoint Lesson 1 PowerPoint Basics Microsoft Office 2013: Introductory Pasewark & Pasewark.
Day 2: MS Excel for Beginners Aniko Balogh CEU Computer & Statistics Center
1 Agent-Based Tools: focus on NetLogo Ing. Cristina Ponsiglione University of Naples Federico II Laboratorio di Simulazione ad Agenti.
Word Lesson 1 Microsoft Word Basics
PowerPoint PowerPoint is a presentation software package. With PowerPoint, you can easily create slide shows. Trainers and other presenters use slide shows.
Microsoft Access 2013 Bobby Wan.
Appendix B MathScript Basics
Word Lesson 2 Basic Editing
Using SPSS Note: The use of another statistical package such as Minitab is similar to using SPSS.
Microsoft Video Editing Software
Social Media And Global Computing Introduction to Visual Studio
Promodel tutorial tutorial ITSS - Modelos de simulación.
CREATING FOOTNOTES AND ENDNOTES
Key Applications Module Lesson 12 — Word Essentials
Excel 2010 Intro to Charts A chart is a tool you can use in Excel to communicate your data graphically. Charts allow your audience to see the meaning behind.
Digital Image Processing
Courses Tab Press the Courses tab
Macro.
Click Summary Value Button to Show Source of Integral or Time
Key Applications Module Lesson 12 — Word Essentials
Using SPSS Note: The use of another statistical package such as Minitab is similar to using SPSS.
Graphic and Other Object in Origin
Performing the Runs Test Using SPSS
Tutorial 10 Automating Tasks with Macros
Presentation transcript:

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

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

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

Output to a Monitor

Program with output to a Monitor

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

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

Program with output to a Graph

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