root/applications/bdmtoolbox/tutorial/estimation/mexds_test2.m @ 596

Revision 596, 381 bytes (checked in by smidl, 15 years ago)

#37 almost finished

Line 
1%%%%%%%%%%%%%%%%%%%%%%%
2
3global mexDS_test_input;
4mexDS_test_input=1;
5nof_step=1;
6
7mDS = struct(...
8        'class', 'mexDS',...
9    'step_name', 'mexDS_test_step',...
10    'input_name', 'mexDS_test_input',...
11        'rv_in',in,...
12        'rv_out',out);
13
14M2=estimator(mDS,{},experiment);%,logger);
15
16% for i=1:10
17%     mexDS_test_step
18% end
19
20% function out=mexDS_test_step()
21% global mexDS_test_input;
Note: See TracBrowser for help on using the browser.