root/library/tests/stresssuite/mixef_stress.m @ 721

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

stresssuite - halfway point

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.