root/library/tests/mixef_test.m
@
384
Revision 384, 169 bytes (checked in by mido, 16 years ago) |
---|
Rev | Line | |
---|---|---|
[202] | 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.