root/applications/mpdm/matlab/merger_test.m
@
983
Revision 706, 357 bytes (checked in by smidl, 15 years ago) | |
---|---|
|
Line | |
---|---|
1 | itload('../merger_test_1000.it'); |
2 | |
3 | ndat = 1000; % check if true! |
4 | |
5 | xstep = x_grid(2)-x_grid(1); |
6 | |
7 | figure(1); |
8 | subplot(1,2,1); |
9 | hold off |
10 | plot(x_grid,exp(mm2)/sum(exp(mm2))/xstep,'--') |
11 | hold on |
12 | plot(x_grid,m2/sum(m2)/xstep) |
13 | |
14 | subplot(1,2,2); |
15 | hold off |
16 | itload('../merger_test.it'); |
17 | plot(x_grid,exp(mm2)/sum(exp(mm2))/xstep,'--') |
18 | hold on |
19 | plot(x_grid,m2/sum(m2)/xstep) |
Note: See TracBrowser
for help on using the browser.