Changeset 221 for matlab

Show
Ignore:
Timestamp:
01/05/09 19:53:24 (15 years ago)
Author:
smidl
Message:

matlab directory cleanup

Location:
matlab
Files:
2 added
9 moved

Legend:

Unmodified
Added
Removed
  • matlab/pmsm/mpf_test_disp.m

    r220 r221  
    2121        subplot(4,1,i) 
    2222        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) ')']); 
    2329    hold on 
    2430        plot(Qtr(:,i)','--')