Differences From Artifact [31aa684b30]:
- Executable file mttroot/mtt/bin/trans/sm2ir_m — part of check-in [a70d6f7acd] at 1997-06-13 12:46:59 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 1219) [annotate] [blame] [check-ins using]
To Artifact [f8ebca73f6]:
- Executable file mttroot/mtt/bin/trans/sm2ir_m — part of check-in [0bfec29f9d] at 1997-06-13 12:50:35 on branch origin/master — Removed extra ; (user: gawthrop@users.sourceforge.net, size: 1222) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + - + | rm -f mtt_error if [ "$2" = "" ]; then PARAMS='T=[0:0.1:10];u0=ones(nu,1);x0=zeros(nx,1);' echo Using default parameter $PARAMS else |
︙ |