Overview
| Comment: | Marked .sg as a major representation. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
fd2d783583bc178c4a3d59230015952e |
| User & Date: | geraint@users.sourceforge.net on 2002-04-17 10:03:12.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-04-17
| ||
| 13:46:58 | #include <fstream> for -oct as well as -cc. check-in: cbf1949cbb user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 10:03:12 | Marked .sg as a major representation. check-in: fd2d783583 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2002-04-16
| ||
| 14:58:00 |
mtt copy does NOT now copy the CVS directory $directory --> ${directory} (just to be tidy) check-in: 2584596feb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [65a3b7f823]
to [a031c35475].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.328 2002/02/19 16:27:05 geraint ## Changes to make MTT work out of the box with Debian. ## ## Revision 1.327 2001/11/15 02:56:17 geraint ## Added DASSL as an option for solution of algebraic equations (-ae dassl). ## Requires octave-2.1.35. ## | > > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.329 2002/04/16 14:58:00 gawthrop
## mtt copy does NOT now copy the CVS directory
## $directory --> ${directory} (just to be tidy)
##
## Revision 1.328 2002/02/19 16:27:05 geraint
## Changes to make MTT work out of the box with Debian.
##
## Revision 1.327 2001/11/15 02:56:17 geraint
## Added DASSL as an option for solution of algebraic equations (-ae dassl).
## Requires octave-2.1.35.
##
|
| ︙ | ︙ | |||
3047 3048 3049 3050 3051 3052 3053 | #SUMMARY sro* step response - output (m) #SUMMARY sro step response - output (dat) #SUMMARY sro step response - output (ps) #SUMMARY sro* step response - output (view) #SUMMARY odes ode solution - state (m) #SUMMARY odes* ode solution - state (dat) | | | 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 | #SUMMARY sro* step response - output (m) #SUMMARY sro step response - output (dat) #SUMMARY sro step response - output (ps) #SUMMARY sro* step response - output (view) #SUMMARY odes ode solution - state (m) #SUMMARY odes* ode solution - state (dat) #SUMMARY odes* ode solution - state & output for SciGraphica (sg) #SUMMARY odes* ode solution - state (ps) #SUMMARY odes* ode solution - state (view) #SUMMARY sms ode (in state matrix form) solution - state & output (c) #SUMMARY odeso ode solution - output (m) #SUMMARY odeso* ode solution - output (dat) |
| ︙ | ︙ |