12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
@comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment Version control history
@comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment $Id$
@comment $Log$
@comment Revision 1.6 2001/10/15 14:29:50 gawthrop
@comment Added documentaton on [1:N] style port labels
@comment
@comment Revision 1.5 2001/07/23 03:35:29 geraint
@comment Updated file structure (mtt/bin).
@comment
@comment Revision 1.4 2001/07/23 03:25:02 geraint
|
>
>
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
@comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment Version control history
@comment %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@comment $Id$
@comment $Log$
@comment Revision 1.7 2002/04/23 09:51:54 gawthrop
@comment Changed incorrect statement about searching for components.
@comment
@comment Revision 1.6 2001/10/15 14:29:50 gawthrop
@comment Added documentaton on [1:N] style port labels
@comment
@comment Revision 1.5 2001/07/23 03:35:29 geraint
@comment Updated file structure (mtt/bin).
@comment
@comment Revision 1.4 2001/07/23 03:25:02 geraint
|
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
|
@end menu
@node Viewing results with gnuplot, Exporting results to SciGraphica, Simulation output, Simulation output
@comment node-name, next, previous, up@subsection
@subsection Viewing results with gnuplot
@cindex gnuplot
Simulation results may be viewed in
@uref{http://www.gnuplot.org,gnuplot} with the command
@example
mtt [options] rc gnuplot view
@end example
The plot format is controlled by the file @emph{sys_gnuplot.txt}. A default version
of this file, which will cause gnuplot to plot the time-history of each state
and each output individually, may be created with the command
@example
mtt rc gnuplot txt
@end example
resulting in
@example
wait=-1
set data style lines
set xlabel "time"
set grid
set term X11
plot "rc_odes.dat2" using 1:4 axes x1y1 title "rc_c_c;
pause(wait);
plot "rc_odes.dat2" using 1:2 axes x1y1 title "rc_e2_e2
; pause(wait);
@end example
The file is used as an input to the gnuplot program and may therefore be
edited to contain any valid gnuplot commands.
@node Exporting results to SciGraphica, , Viewing results with gnuplot, Simulation output
@comment node-name, next, previous, up
@subsection Exporting results to SciGraphica
@cindex SciGraphica
Simulation results can be converted into an XML-format
|
|
|
>
<
|
<
<
<
<
>
<
>
<
<
<
<
<
|
<
<
<
<
<
<
>
|
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
|
@end menu
@node Viewing results with gnuplot, Exporting results to SciGraphica, Simulation output, Simulation output
@comment node-name, next, previous, up@subsection
@subsection Viewing results with gnuplot
@cindex gnuplot
Simulation plots may be conveniently selected, viewed with
@uref{http://www.gnuplot.org,gnuplot}
and saved to file (in PostScript format) using the command
@example
mtt [options] rc gnuplot view
@end example
This will cause a menu to be displayed, from which states and outputs may be selected for viewing. Clicking on a @emph{parameter name} will cause a new window to be opened displaying the time history of the selected parameter. Selecting the @emph{print} option in the main window provides the option of saving to file a plot of the last selected parameter. Clicking on the @emph{title bar} of the main window (``Outputs'' or ``States'') will alter the order in which the parameter names are displayed.
It should be noted that unlike other representations, if a simulation has been previously run in a directory, this command will @emph{not} cause @strong{MTT} to re-run a simulation, even if any of the input files have been changed.
If it is desired to re-run a simulation, it is advisable to run the command
@example
mtt [options] rc odeso view ; mtt [options] rc gnuplot view
@end example
As with @strong{xMTT} (@pxref{Menu-driven interface}), the Wish Tcl/Tk interpreter must be installed to make use of this feature.
@node Exporting results to SciGraphica, , Viewing results with gnuplot, Simulation output
@comment node-name, next, previous, up
@subsection Exporting results to SciGraphica
@cindex SciGraphica
Simulation results can be converted into an XML-format
|
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
|
# Generated by MTT at Mon Jun 16 15:10:17 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.6 2001/10/15 14:29:50 gawthrop
# %% Added documentaton on [1:N] style port labels
# %%
# %% Revision 1.5 2001/07/23 03:35:29 geraint
# %% Updated file structure (mtt/bin).
# %%
# %% Revision 1.4 2001/07/23 03:25:02 geraint
|
>
>
>
|
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
|
# Generated by MTT at Mon Jun 16 15:10:17 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.7 2002/04/23 09:51:54 gawthrop
# %% Changed incorrect statement about searching for components.
# %%
# %% Revision 1.6 2001/10/15 14:29:50 gawthrop
# %% Added documentaton on [1:N] style port labels
# %%
# %% Revision 1.5 2001/07/23 03:35:29 geraint
# %% Updated file structure (mtt/bin).
# %%
# %% Revision 1.4 2001/07/23 03:25:02 geraint
|