Changeset 220 for matlab/pmsm_sim_disp.m

Show
Ignore:
Timestamp:
12/18/08 20:39:47 (16 years ago)
Author:
smidl
Message:

novy experiment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • matlab/pmsm_sim_disp.m

    r48 r220  
    1 itload('../tests/pmsm_sim.it') 
     1close all 
     2itload('../pmsm_sim.it') 
    23figure(1); 
    34for i =1:4 
    45        subplot(4,1,i) 
    5         plot(Dt(i,:)') 
     6        plot(xth(:,i)') 
    67end 
    78 
     
    910for i=1:4 
    1011        subplot(4,1,i) 
    11         plot(xth(i,:)') 
     12        plot(xth(:,i)') 
    1213        hold on; 
    13         plot(xthE(i,:)','r') 
    14         plot(xthM(i+4,:)','g') 
    15         plot(xthV(i,:)','m'); 
     14        plot(xthE(:,i)','r') 
     15        plot(xthM(:,i+2)','g') 
     16%       plot(xthV(i,:)','m'); 
    1617end 
    1718 
    1819figure(3) 
    19 for i=1:4 
    20         subplot(4,1,i) 
    21         plot(xthM(i,:)') 
     20for i=1:2 
     21        subplot(2,1,i) 
     22        plot(xthM(:,i)') 
    2223end 
    2324