Overview
| Comment: | _ident_comparison rep now shows multiple outputs correctly |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c3812a51af3efae039193b30c62c0620 |
| User & Date: | gawthrop@users.sourceforge.net on 2002-09-24 11:56:06.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-09-26
| ||
| 08:33:54 |
Removed comma from pattern so that braces are places around each argument of a function call. Added greek letter nu as a special variable. check-in: 54c7820b4a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2002-09-24
| ||
| 11:56:06 | _ident_comparison rep now shows multiple outputs correctly check-in: c3812a51af user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2002-09-23
| ||
| 11:42:14 | Example uses simulated data from idRC_ident_data check-in: 53e4d8adaf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/ident_rep.sh
from [8c10f339dc]
to [4c18c6be9f].
| ︙ | |||
106 107 108 109 110 111 112 | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | - + |
## Do some plots
figure(1);
title("Comparison of data");
xlabel("t");
ylabel("y");
[N,M] = size(Y);
|
| ︙ |