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: 637b453435f9769314610876e636e29db0e47197fa2ba304cd3b959c86f47ff5
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: 144cf96919 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: 637b453435 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: a32020258a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
106
107
108
109
110
111
112
113

114
115
116
117
118
119
120
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),"1;Estimated;", t,y,"3;Actual;");
  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");

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]