Overview
Comment: | Now writes out all the YY elements. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
beac6065ff8de294f46684c655809411 |
User & Date: | gawthrop@users.sourceforge.net on 1998-03-23 12:55:01 |
Other Links: | branch diff | manifest | tags |
Context
1998-03-24
| ||
09:11:49 | Compatible with .csh version check-in: d652cd0075 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-03-23
| ||
12:55:01 | Now writes out all the YY elements. check-in: beac6065ff user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:12:22 | Initial revision check-in: 6b56dc0fe9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/obs_r2m from [bb829d1948] to [331b294f53].
︙ | ︙ | |||
42 43 44 45 46 47 48 | ON BigFloat, NumVal; PRECISION 16; %Compatible with Matlab OFF Nat; ON NERO; % Suppress zero elements mtt_matrix := MTTYY; | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ON BigFloat, NumVal; PRECISION 16; %Compatible with Matlab OFF Nat; ON NERO; % Suppress zero elements mtt_matrix := MTTYY; mtt_matrix_n := MTTNY*(MTTGPCNy+1); mtt_matrix_m := 1; mtt_matrix_name := Y; in"$MTTPATH/trans/matlab_matrix.r"; OUT "$1_obs.m1"; write "function Y = $1_obs(x,u)"; |
︙ | ︙ |