Changeset 221 for matlab/pmsm
- Timestamp:
- 01/05/09 19:53:24 (16 years ago)
- Location:
- matlab/pmsm
- Files:
-
- 1 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
matlab/pmsm/mpf_test_disp.m
r220 r221 21 21 subplot(4,1,i) 22 22 plot(xthM(:,i)') 23 if i<4 24 set(gca,'XTick',[]); 25 else 26 xlabel('sample [t]'); 27 end 28 ylabel(['Q(' num2str(i) ',' num2str(i) ')']); 23 29 hold on 24 30 plot(Qtr(:,i)','--')