root/applications/bdmtoolbox/tutorial/estimation/mexds_test.m @ 593

Revision 593, 272 bytes (checked in by smidl, 15 years ago)

new test for mxArrayDS (former MexDS)

Line 
1y = struct('class','RV','names',{{'y'}});
2
3mxD = rand(1,10);
4
5%Data generating system
6system_ = struct(...
7        'class', 'mxArrayDS',...
8        'varname','mxD');
9
10estimators = {};
11
12%experiment description
13experiment.ndat = 9;
14
15M=estimator(system_,estimators,experiment);%,logger);
Note: See TracBrowser for help on using the browser.