Overview
Comment: | Describe the alias mechanism for invoking mtt options |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
52ee511c806a72c0c3966faa72164dbd |
User & Date: | gawthrop@users.sourceforge.net on 2003-08-06 14:50:56 |
Other Links: | branch diff | manifest | tags |
Context
2003-08-06
| ||
16:22:20 | No spurious key to lines check-in: ae015381ed user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:50:56 | Describe the alias mechanism for invoking mtt options check-in: 52ee511c80 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:44:51 | Don't include -q or -u in long file names via ${__ARGS} check-in: 5fe1c2d7b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/doc/mtt.texi from [a14d6f271a] to [1ea7aa499a].
︙ | ︙ | |||
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.12 2002/09/19 08:09:31 gawthrop @comment Updated documentation documentation @comment @comment Revision 1.11 2002/08/20 15:51:17 gawthrop @comment Update to work with ident DIY rep @comment @comment Revision 1.10 2002/07/22 10:45:22 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.13 2002/12/13 10:07:07 gawthrop @comment Added example in sh section of DIY reps @comment @comment Revision 1.12 2002/09/19 08:09:31 gawthrop @comment Updated documentation documentation @comment @comment Revision 1.11 2002/08/20 15:51:17 gawthrop @comment Update to work with ident DIY rep @comment @comment Revision 1.10 2002/07/22 10:45:22 geraint |
︙ | ︙ | |||
1209 1210 1211 1212 1213 1214 1215 | mtt rc sm m @end example creates an m file (suitlable for Octave or Matlab) containing state matrices describing the system rc. @node Options, Utilities, Command line interface, User interface @comment node-name, next, previous, up @section Options | | > | | > > > > > > > > > > > | 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 | mtt rc sm m @end example creates an m file (suitlable for Octave or Matlab) containing state matrices describing the system rc. @node Options, Utilities, Command line interface, User interface @comment node-name, next, previous, up @section Options @cindex options @cindex alias options @strong{MTT} has a number of optional switches to control its operation. These are invoked immediately after `mtt' on the command line; for example: @example mtt -o -ss -cc syst cbg view @end example invokes the @code{-o}, @code{-ss}, and @code{-cc} options. If you wish to use an option all the time, use the alias function appropriate to the shell you are using. For example, using bash: @example alias mtt='mtt -o -ss -cc' @end example Means that the previous example can be executed using @example mtt syst cbg view @end example The available options are: @vtable @code @item -q quiet mode -- suppress MTT banner @item -A solve algebraic equations symbolically |
︙ | ︙ | |||
4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.12 2002/09/19 08:09:31 gawthrop # %% Updated documentation documentation # %% # %% Revision 1.11 2002/08/20 15:51:17 gawthrop # %% Update to work with ident DIY rep # %% # %% Revision 1.10 2002/07/22 10:45:22 geraint | > > > | 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 | # Generated by MTT at Mon Jun 16 15:10:17 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.13 2002/12/13 10:07:07 gawthrop # %% Added example in sh section of DIY reps # %% # %% Revision 1.12 2002/09/19 08:09:31 gawthrop # %% Updated documentation documentation # %% # %% Revision 1.11 2002/08/20 15:51:17 gawthrop # %% Update to work with ident DIY rep # %% # %% Revision 1.10 2002/07/22 10:45:22 geraint |
︙ | ︙ |