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

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

use clear all + new mex

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