root/applications/bdmtoolbox/tutorial/userguide/memds_example.m @ 934

Revision 934, 77 bytes (checked in by smidl, 14 years ago)

use clear all + new mex

  • Property svn:eol-style set to native
Line 
1clear all
2
3DS.class='MemDS';
4DS.Data =[1 2 3 4 5 6];
5
6M=simulator(DS);
7
8M.ch0
Note: See TracBrowser for help on using the browser.