root/library/tests/stresssuite/mixef_stress.m
@
1128
Revision 721, 181 bytes (checked in by mido, 15 years ago) |
---|
Line | |
---|---|
1 | itload('../mixef_test.it'); |
2 | |
3 | figure(1); |
4 | hold off; |
5 | plot(Smp(1,:), Smp(2,:),'.'); |
6 | hold on |
7 | xv=-5:0.1:5; |
8 | X = ones(size(xv))'*xv; |
9 | Y = xv'*ones(size(xv)); |
10 | |
11 | contour(X,Y,PPdf) |
12 |
Note: See TracBrowser
for help on using the browser.