Changeset 596 for applications
- Timestamp:
- 09/01/09 00:55:05 (15 years ago)
- Location:
- applications/bdmtoolbox/tutorial/estimation
- Files:
-
- 2 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/estimation/mexds_test.m
r593 r596 1 y = struct('class','RV','names',{{'y'}}); 1 % function x=xxx() 2 out = struct('class','RV','names',{{'y'}}); 3 in = struct('class','RV','names',{{'u'}}); 2 4 3 5 mxD = rand(1,10); 4 5 6 %Data generating system 6 system_= struct(...7 mxADS = struct(... 7 8 'class', 'mxArrayDS',... 8 9 'varname','mxD'); 9 10 estimators = {};11 12 10 %experiment description 13 11 experiment.ndat = 9; 14 12 15 M=estimator(system_,estimators,experiment);%,logger); 13 M=estimator(mxADS,{},experiment);%,logger); 14 15 % out = mexDS_test_input + mexDS_test_input;