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.8 2002/07/04 21:34:12 geraint
@comment Updated gnuplot view description to describe Tcl/Tk interface instead of obsolete txt method.
@comment
@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
|
>
>
>
|
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.9 2002/07/05 13:29:34 geraint
@comment Added notes about generating dynamically linked functions for Octave and Matlab.
@comment
@comment Revision 1.8 2002/07/04 21:34:12 geraint
@comment Updated gnuplot view description to describe Tcl/Tk interface instead of obsolete txt method.
@comment
@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
|
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
|
@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
|
|
<
<
<
<
<
<
<
<
|
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
|
@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, by default, cause the time history of the selected parameter to be displayed.
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
|
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
|
# Generated by MTT at Mon Jun 16 15:10:17 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.8 2002/07/04 21:34:12 geraint
# %% Updated gnuplot view description to describe Tcl/Tk interface instead of obsolete txt method.
# %%
# %% 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
|
>
>
>
|
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
|
# Generated by MTT at Mon Jun 16 15:10:17 BST 1997
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% Version control history
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# %% $Id$
# %% $Log$
# %% Revision 1.9 2002/07/05 13:29:34 geraint
# %% Added notes about generating dynamically linked functions for Octave and Matlab.
# %%
# %% Revision 1.8 2002/07/04 21:34:12 geraint
# %% Updated gnuplot view description to describe Tcl/Tk interface instead of obsolete txt method.
# %%
# %% 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
|