root/library/tests/stresssuite/mixef_test.m @ 719

Revision 717, 181 bytes (checked in by mido, 15 years ago)

clean up of the whole tests directory has just started

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.