Show
Ignore:
Timestamp:
09/01/09 00:55:05 (15 years ago)
Author:
smidl
Message:

#37 almost finished

Files:
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() 
     2out = struct('class','RV','names',{{'y'}});  
     3in = struct('class','RV','names',{{'u'}});  
    24 
    35mxD = rand(1,10); 
    4  
    56%Data generating system 
    6 system_ = struct(... 
     7mxADS = struct(... 
    78        'class', 'mxArrayDS',... 
    89        'varname','mxD'); 
    9  
    10 estimators = {}; 
    11  
    1210%experiment description 
    1311experiment.ndat = 9; 
    1412 
    15 M=estimator(system_,estimators,experiment);%,logger); 
     13M=estimator(mxADS,{},experiment);%,logger); 
     14 
     15% out = mexDS_test_input + mexDS_test_input;