root/applications/bdmtoolbox/tutorial/estimation/mexds_test.m
@
595
Revision 593, 272 bytes (checked in by smidl, 15 years ago) |
---|
Line | |
---|---|
1 | y = struct('class','RV','names',{{'y'}}); |
2 | |
3 | mxD = rand(1,10); |
4 | |
5 | %Data generating system |
6 | system_ = struct(... |
7 | 'class', 'mxArrayDS',... |
8 | 'varname','mxD'); |
9 | |
10 | estimators = {}; |
11 | |
12 | %experiment description |
13 | experiment.ndat = 9; |
14 | |
15 | M=estimator(system_,estimators,experiment);%,logger); |
Note: See TracBrowser
for help on using the browser.