root/matlab/pmsm_sim_disp.m @ 48

Revision 48, 450 bytes (checked in by smidl, 16 years ago)

meziverze...

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