Overview
Comment: | Writes end statement to the o/p file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c17337c220d3f8cf4cb865cadde9f5d8 |
User & Date: | gawthrop@users.sourceforge.net on 1998-02-09 14:16:52 |
Other Links: | branch diff | manifest | tags |
Context
1998-02-10
| ||
13:03:36 | Now includes controller transfer function (ctf). check-in: b8c2098174 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-02-09
| ||
14:16:52 | Writes end statement to the o/p file check-in: c17337c220 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:13:39 | Put octave stuff to /dev/null check-in: ad9017e3b7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/smc2ssk_r from [4ba41342a5] to [df8f77d47d].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/01/23 09:30:36 peterg ## Fixed a sign error - the coeficients of a(s) appear with - signs in ## the A_c matrix! ## ## Revision 1.1 1998/01/22 13:16:16 peterg ## Initial revision ## ############################################################### # Inform user |
︙ | |||
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + + | write "% - Gain matrix - physical form"; MTT_Matrix := MTTK$ MTT_Matrix_name := "MTTK"$ MTT_Matrix_n := MTTNu$ MTT_Matrix_m := MTTNx$ Reduce_Matrix()$ write "END;"; SHUT "$1_ssk.r"; quit; EOF # Now invoke the standard error handling. mtt_error_r smc2ssk_r.log |