root/matlab/mpf_test_disp.m @ 220

Revision 220, 490 bytes (checked in by smidl, 16 years ago)

novy experiment

  • Property svn:eol-style set to native
  • Property svn:keywords set to Rev Author Date
Line 
1close all
2itload('../mpf_test.it')
3figure(1);
4for i =1:4
5        subplot(4,1,i)
6        plot(xth(:,i)')
7end
8
9figure(2)
10for i=1:4
11        subplot(4,1,i)
12        plot(xth(:,i)')
13        hold on;
14        plot(xthE(:,i)','r')
15        plot(xthM(:,i+4)','g')
16%       plot(xthV(i,:)','m');
17end
18
19figure(3)
20for i=1:4
21        subplot(4,1,i)
22        plot(xthM(:,i)')
23    hold on
24        plot(Qtr(:,i)','--')
25end
26
27
28% figure(3)
29% ndat = size(ll,2);
30% hold off
31% plot(llgrid,ll(:,floor(ndat/3)),':');
32% hold on
33% plot(llgrid,ll(:,floor(2*ndat/3)),'--');
34% plot(llgrid,ll(:,ndat));
Note: See TracBrowser for help on using the browser.