root/applications/bdmtoolbox/tutorial/datasource/mexds.m
@
1211
Revision 706, 194 bytes (checked in by smidl, 15 years ago) | |
---|---|
|
Line | |
---|---|
1 | % script for testing correct function of mexDS |
2 | DS.class = 'mexDS'; |
3 | DS.input_name = 'ut'; |
4 | DS.step_name = 'testds_step' |
5 | DS.yrv = RV({'y'},2); |
6 | DS.urv = RV({'u'},1); |
7 | |
8 | |
9 | M=simulator(DS); |
Note: See TracBrowser
for help on using the browser.