root/applications/bdmtoolbox/tutorial/datasource/mexds.m @ 706

Revision 706, 194 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
Line 
1% script for testing correct function of mexDS
2DS.class   = 'mexDS';
3DS.input_name    = 'ut';
4DS.step_name = 'testds_step'
5DS.yrv     = RV({'y'},2);
6DS.urv     = RV({'u'},1);
7
8
9M=simulator(DS);
Note: See TracBrowser for help on using the browser.