Overview
| Comment: | Stop writing out the sys stucture to the screen |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e406ac78c8a32c54fced52194c3994a1 |
| User & Date: | gawthrop@users.sourceforge.net on 2003-05-16 11:17:24.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-05-16
| ||
| 11:18:03 | New COMPONENT argument. check-in: 47067b3097 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 11:17:24 | Stop writing out the sys stucture to the screen check-in: e406ac78c8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 11:16:28 | Fixed bug with multiports check-in: bd26afc1a1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/mtt2sys.m
from [c8d8dac499]
to [0ded97799e].
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - - - + + + |
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)
eval(sprintf("[sys.inname,sys.outname,sys.stname]=%s_struc;", Name)); # Setup names
else # development version
eval(sprintf("[mtt_inname,mtt_outname,mtt_stname]=%s_struc;",Name)); # Setup names
|
| ︙ |