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

Revision 706, 350 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
Line 
1% function x=xxx()
2out = struct('class','RV','names',{{'y'}});
3in = struct('class','RV','names',{{'u'}});
4
5mxD = rand(1,10);
6%Data generating system
7mxADS = struct(...
8        'class', 'mxArrayDS',...
9        'varname','mxD');
10%experiment description
11experiment.ndat = 9;
12
13M=estimator(mxADS,{},experiment);%,logger);
14
15% out = mexDS_test_input + mexDS_test_input;
Note: See TracBrowser for help on using the browser.