Overview
Comment: | Minor updates |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d2119df9336b4de9f02623f433a51849 |
User & Date: | gawthrop@users.sourceforge.net on 1997-08-29 07:56:54 |
Other Links: | branch diff | manifest | tags |
Context
1997-08-29
| ||
07:58:17 | Changed MTT to mtt in the .m files. check-in: 9084e41c78 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:56:54 | Minor updates check-in: d2119df933 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-08-28
| ||
14:07:16 | Changed MTTDx to MTTDeriv check-in: 6de8ef40a0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ode2odes_m from [0f0069f5e3] to [d50dd84d7a].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.10 1997/01/07 09:16:03 peterg # Added step_factor parameter - gives that number of integration steps # per sample. # ## Revision 1.9 1997/01/06 21:36:44 peterg ## Fixed bug mtt_error --> mtt_error.txt ## Replaced lsode by Euler integration. ## ## Revision 1.8 1996/09/13 17:54:08 peter ## Now writes default $PARAMS to $1_args.m - $1_ode may use it. ## |
︙ | |||
53 54 55 56 57 58 59 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - + | PARAMS='T=[0:0.1:10]; x0=zeros(nx,1);' echo Using default parameter $PARAMS echo $PARAMS>$1_args.m else PARAMS=$2; fi |
︙ |