-
Notifications
You must be signed in to change notification settings - Fork 31
Dynasim Graphical User Interface (GUI) Tutorial
kupiqu edited this page Nov 27, 2021
·
5 revisions
Explore sPING in DynaSim GUI:
dynasim(s); % Display model "s" in the DynaSim GUI

Notes:
- Launching the GUI without a model (i.e., by executing
dynasim), will load a default demo network. - If you have chosen to open the GUI but then decide to enter code in the command line, preface the
plotcommands withfigure;to prevent the results from displaying over various sections of the GUI (usually wherever you last clicked on the GUI). - Restyle of the DynaSim GUI is in progress in Dev branch, and includes full GNU Octave support.