root/library/tests/mixef_test.m @ 706

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

eol-native

  • Property svn:eol-style set to native
Line 
1itload('../mixef_test.it');
2
3figure(1);
4hold off;
5plot(Smp(1,:), Smp(2,:),'.');
6hold on
7xv=-5:0.1:5;
8X = ones(size(xv))'*xv;
9Y = xv'*ones(size(xv));
10
11contour(X,Y,PPdf)
12
Note: See TracBrowser for help on using the browser.