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

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

eol-native

  • 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_a
Note: See TracBrowser for help on using the browser.