root/applications/bdmtoolbox/tutorial/userguide/mexpdf_example.m @ 939

Revision 939, 214 bytes (checked in by smidl, 14 years ago)

cleanup

Line 
1f.class = 'mexEpdf';
2f.object = mexLaplace;
3f.object.mu =12;
4f.object.b = 1;
5
6m=epdf_mean(f);
7v=epdf_variance(f);
8
9figure(1);
10subplot(1,2,1);
11epdf_1dplot(f);
12
13subplot(1,2,2)
14sp=epdf_sample_mat(f,1000);
15hist(sp,100)
Note: See TracBrowser for help on using the browser.