root/applications/mpdm/matlab/merger_test.m @ 706

Revision 706, 357 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
Line 
1itload('../merger_test_1000.it');
2
3ndat = 1000; % check if true!
4
5xstep = x_grid(2)-x_grid(1);
6
7figure(1);
8subplot(1,2,1);
9hold off
10plot(x_grid,exp(mm2)/sum(exp(mm2))/xstep,'--')
11hold on
12plot(x_grid,m2/sum(m2)/xstep)
13
14subplot(1,2,2);
15hold off
16itload('../merger_test.it');
17plot(x_grid,exp(mm2)/sum(exp(mm2))/xstep,'--')
18hold on
19plot(x_grid,m2/sum(m2)/xstep)
Note: See TracBrowser for help on using the browser.