Differences From Artifact [a36fac3658]:
- Executable file
mttroot/mtt/bin/trans/m/mtt2sys.m
— part of check-in
[b89f6635d8]
at
2000-09-19 09:53:18
on branch origin/master
— Now always checks dependencies if parameter arg not given
Also generates sympar as well (user: gawthrop@users.sourceforge.net, size: 1313) [annotate] [blame] [check-ins using] [more...]
To Artifact [c8d8dac499]:
- Executable file
mttroot/mtt/bin/trans/m/mtt2sys.m
— part of check-in
[19e7f14adf]
at
2002-08-21 18:01:01
on branch origin/master
— Fixed [598316] mtt2sys broken on Octave-2.1.36.
Tests for Octave version that is not 2.0.x, uses setsyssignals() instead of
direct access to internal structure for renaming of system signals. (user: geraint@users.sourceforge.net, size: 1689) [annotate] [blame] [check-ins using] [more...]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + - - + + + + + + + | endif eval(sprintf("[A,B,C,D]=%s_sm(par);", Name)); # State matrices sys = ss2sys(A,B,C,D); # Sys form if (rindex(version,"2.0.")) # stable (pre-list) |