- Timestamp:
- 01/12/09 13:28:18 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
matlab/pmsm/mpf_test_disp.m
r221 r225 1 1 close all 2 itload('../ mpf_test.it')2 itload('../../mpf_test.it') 3 3 figure(1); 4 4 for i =1:4 … … 22 22 plot(xthM(:,i)') 23 23 if i<4 24 set(gca,'XTick',[]);24 %set(gca,'XTick',[]); 25 25 else 26 26 xlabel('sample [t]');