Changeset 414 for applications/bdmtoolbox/tutorial
- Timestamp:
- 07/14/09 15:06:48 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/estimation/arx_test.m
r412 r414 2 2 u = struct('class','RV','names',{{'u'}}); 3 3 yu = struct('class','RV','names',{{'y','u'}}); 4 rgr= struct('class','RV','names',{{'y', 'y','y','u'}},... 4 rgr= struct('class','RV',... 5 'names',{{'y', 'y','y','u'}},... 5 6 'times' , [-1, -2, -3, -1]); 6 7