Overview
| Comment: | Updated documentation |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3d5110fe1b61d9db6e5468d587db5774 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-08-01 13:22:01.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-08-01
| ||
| 19:29:27 | Explcit zero of input in the simulations check-in: 32efad5e80 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 13:22:01 | Updated documentation check-in: 3d5110fe1b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:28:02 |
VERSION 4.4 euler now works stepfactor applies to both int. algorithms check-in: f56c1084b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/mtt.m
from [6a809fff4d]
to [04109b8ef0].
1 2 3 4 | function mtt (sys,rep,lang) ## usage: mtt (system[,representation,language]) ## | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
function mtt (sys,rep,lang)
## usage: mtt (system[,representation,language])
##
## Invokes mtt from octave to generate system_representation.language
## Ie equivalent to "mtt system representation language" at the shell
## Representation and language defualt to "sm" and "m" respectively
if nargin<2
rep='sm';
endif
if nargin<3
lang='m';
|
| ︙ | ︙ |