Changeset 241 for matlab

Show
Ignore:
Timestamp:
01/22/09 19:44:11 (15 years ago)
Author:
smidl
Message:

SanJose? submission

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • matlab/pmsm/mpf_u_delta_real_disp.m

    r228 r241  
    2323figure(3) 
    2424tm=[1:8000]*125e-6; 
    25 subplot(2,1,1) 
     25subplot(1,1,1) 
    2626hold off 
    2727plot(tm,xthM(:,1),':') 
     
    3030set(gca,'XLim',[0,1.2]); 
    3131set(gca,'YLim',[-5,5]); 
    32 set(gca,'XTick',[]); 
     32%set(gca,'XTick',[]); 
     33xlabel(['time [s]']); 
    3334ylabel(['Estimated \Delta u [V]']); 
    3435legend('\Delta u_{\alpha s}', '\Delta u_{\beta s}') 
    3536 
     37if 0 
    3638subplot(2,1,2) 
    3739hold off 
     
    4547xlabel(['time [s]']); 
    4648%       plot(Qtr(:,i)','--') 
    47  
     49end 
    4850 
    4951figure(4)