- Timestamp:
- 01/22/09 19:44:11 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
matlab/pmsm/mpf_u_delta_real_disp.m
r228 r241 23 23 figure(3) 24 24 tm=[1:8000]*125e-6; 25 subplot( 2,1,1)25 subplot(1,1,1) 26 26 hold off 27 27 plot(tm,xthM(:,1),':') … … 30 30 set(gca,'XLim',[0,1.2]); 31 31 set(gca,'YLim',[-5,5]); 32 set(gca,'XTick',[]); 32 %set(gca,'XTick',[]); 33 xlabel(['time [s]']); 33 34 ylabel(['Estimated \Delta u [V]']); 34 35 legend('\Delta u_{\alpha s}', '\Delta u_{\beta s}') 35 36 37 if 0 36 38 subplot(2,1,2) 37 39 hold off … … 45 47 xlabel(['time [s]']); 46 48 % plot(Qtr(:,i)','--') 47 49 end 48 50 49 51 figure(4)