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