root/applications/bdmtoolbox/tutorial/estimation/mexds_test2.m
@
812
| Revision 706, 381 bytes (checked in by smidl, 16 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | %%%%%%%%%%%%%%%%%%%%%%% |
| 2 | |
| 3 | global mexDS_test_input; |
| 4 | mexDS_test_input=1; |
| 5 | nof_step=1; |
| 6 | |
| 7 | mDS = 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 | |
| 14 | M2=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.
