Overview
Comment: | _ident_comparison rep now shows multiple outputs correctly |
---|---|
Downloads: | Tarball | ZIP archive | SQL 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 |
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 | ## Do some plots figure(1); title("Comparison of data"); xlabel("t"); ylabel("y"); [N,M] = size(Y); | | | 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); plot(t,Y(:,M-n_y+1:M),"1;Estimated;", t,y,"3;Actual;"); figfig("${sys}_ident_comparison"); ## Create a table of the parameters [n_par,m_par] = size(i_par); fid = fopen("${sys}_ident_par.tex", "w"); fprintf(fid,"\\\\begin{table}[htbp]\\n"); fprintf(fid," \\\\centering\\n"); |
︙ | ︙ |