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

Revision 706, 0.5 kB (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
Line 
1itload('../merg_egiw_b10.it');
2
3figure(1);
4subplot(1,3,1);
5hold off
6plot(G(:,1),'-')
7hold on
8plot(P1(:,1),'-.')
9plot(M(:,1),'--')
10plot([1,100],[1.5,1.5],':')
11xlabel('time [t]')
12title('Expected value of a_1')
13
14subplot(1,3,2);
15hold off
16plot(G(:,2),'-')
17hold on
18plot(P2(:,1),'-.')
19plot(M(:,3),'--')
20plot([1,100],[0.8,0.8],':')
21xlabel('time [t]')
22title('Expected value of a_2')
23
24subplot(1,3,3);
25hold off
26plot(G(:,3))
27hold on
28plot(P1(:,2),'-.')
29plot(P2(:,2),'-.')
30plot(M(:,2),'--')
31plot([1,100],[0.01,0.01],':')
32xlabel('time [t]')
33title('Expected value of \sigma')
34
Note: See TracBrowser for help on using the browser.