Overview
Comment: | Changed some tex to txt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
92c3a0eb6a5cad5f2e757e8653df6b25 |
User & Date: | gawthrop@users.sourceforge.net on 2002-05-01 14:05:47 |
Other Links: | branch diff | manifest | tags |
Context
2002-05-01
| ||
14:07:44 | Added -dr foo (reads files from foo) dir. check-in: 62841de034 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:05:47 | Changed some tex to txt check-in: 92c3a0eb6a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:49:03 | const --> step check-in: 6da3a32fb4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/makerep_txt from [62b9ce9298] to [62dfdf7ad4].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop, 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 2000/11/04 12:32:43 peterg ## Added more reps + more default reps ## ## Revision 1.4 1999/03/02 22:02:16 peterg ## Octave-mode style ## ## Revision 1.3 1998/11/18 10:47:39 peterg | > > > | 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.6 2000/11/15 10:56:45 peterg ## Added state tex ## ## Revision 1.5 2000/11/04 12:32:43 peterg ## Added more reps + more default reps ## ## Revision 1.4 1999/03/02 22:02:16 peterg ## Octave-mode style ## ## Revision 1.3 1998/11/18 10:47:39 peterg |
︙ | ︙ | |||
55 56 57 58 59 60 61 | ## mtt $1 ode tex # The system ode ## mtt $1 sspar tex # Steady-state parameters ## mtt $1 ss tex # Steady state ## mtt $1 dm tex # Descriptor matrices (of linearised system) ## mtt $1 sm tex # State matrices (of linearised system) ## mtt $1 tf tex # Transfer function (of linearised system) ## mtt $1 lmfr ps # log modulus of frequency response (of linearised system) | | | | | | | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | ## mtt $1 ode tex # The system ode ## mtt $1 sspar tex # Steady-state parameters ## mtt $1 ss tex # Steady state ## mtt $1 dm tex # Descriptor matrices (of linearised system) ## mtt $1 sm tex # State matrices (of linearised system) ## mtt $1 tf tex # Transfer function (of linearised system) ## mtt $1 lmfr ps # log modulus of frequency response (of linearised system) ## mtt $1 simpar txt # Simulation parameters ## mtt $1 numpar txt # Numerical simulation parameters ## mtt $1 state txt # Simulation initial state ## mtt $1 input txt # Simulation input ## mtt $1 logic txt # Logic control ## mtt $1 odeso ps # Simulation output ## mtt $1 rep txt # This file EOF |