root/applications/bdmtoolbox/tutorial/userguide/epdfds_example.m @ 933

Revision 933, 170 bytes (checked in by smidl, 14 years ago)

bdmtoolbox updated for new loggers

  • Property svn:eol-style set to native
Line 
1U.class = 'euni';
2U.high  = 1;
3U.low = -1;
4U.rv.class='RV';
5U.rv.names={'a'};
6
7DS.class='EpdfDS';
8DS.epdf =U;
9
10experiment.ndat=10;
11
12M=simulator(DS,experiment);
13
14M.DS_dt_a
Note: See TracBrowser for help on using the browser.