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

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

test .m for mexds

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.