Overview
Comment: | Version 4.3 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
25712e82bf4816ad11994a4d11fdda2a |
User & Date: | gawthrop@users.sourceforge.net on 2000-07-20 07:46:07 |
Other Links: | branch diff | manifest | tags |
Context
2000-07-31
| ||
19:58:56 | Now invokes mtt.m to create the representation. check-in: ae327c5655 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-07-20
| ||
07:46:07 | Version 4.3 check-in: 25712e82bf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-07-13
| ||
17:13:59 | Initial revision check-in: 72b3930c4d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [1d0bb98f22] to [c078335b03].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.246 2000/05/21 18:00:11 peterg ## Make manual if not already done. ## Released 4.2 version ## (Train Durham -- Glasgow). ## ## Revision 1.245 2000/05/19 17:50:10 peterg ## Changes to state rep - now has parameter | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.247 2000/07/13 07:21:12 peterg ## Interface to Octave Control Systems Toolbox (OCST) - mtt2sys.m ## ## Revision 1.246 2000/05/21 18:00:11 peterg ## Make manual if not already done. ## Released 4.2 version ## (Train Durham -- Glasgow). ## ## Revision 1.245 2000/05/19 17:50:10 peterg ## Changes to state rep - now has parameter |
︙ | ︙ | |||
832 833 834 835 836 837 838 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version | | | 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 | ############################################################### #Check $MTTPATH has been set mtt_check_var "$MTTPATH" "MTTPATH" #Version version='4.3' # MTT recursion level is zero unless explicitly set level=0 #Computation mode is octave by default computation=octave |
︙ | ︙ |