-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
35 lines (22 loc) · 963 Bytes
/
README.txt
File metadata and controls
35 lines (22 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Visualizer for Ross Hatton, Version 1 (dev)
- Open MATLAB
- Add the installation directory to the MATLAB path
Visualizer + Control Panel ONLY:
- Enter in the command console:
caster_startup;
Everything within this program should run in an encapsulated fashion;
once the GUIS are closed, all program information is erased.
To run in a mode where you can see all of the program information, run:
ph = caster_startup_debug
The visualizer should load and the variable ph will store the program
handles for the entire program. Through the program handles, you can view
the data from the entire application and make adjustments if necessary.
Visualizer + Control Panel + Simulink Plugin Demonstration
Enter in command console:
caster_startup_simulink.
Similarly, use
ph = caster_startup_simulink_debug
To retain all program handles.
Coming in Summer 2014:
- Animation Plugin for Visualizer
For questions, contact David Rebhuhn at rebhuhnd@onid.orst.edu