Changeset 382

Show
Ignore:
Timestamp:
06/17/09 23:54:08 (15 years ago)
Author:
smidl
Message:

Barcelona fig changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/Barcelona/pwm.m

    r352 r382  
    2727%ub 
    2828subplot(2,2,3); 
    29 plot(time(detail),M.modelub(detail)-M.tub(detail)); 
    30 title('Difference between simulated and compensated observed u_{s,\beta} (detail)') 
     29plot(time(detail),M.modelua(detail)-M.tua(detail)); 
     30title('Difference between simulated and compensated observed u_{s,\alpha} (detail)') 
    3131 
    3232subplot(2,2,4); 
    33 hist(M.modelub-M.tub,30); 
     33hist(M.modelua-M.tua,30); 
    3434title('Histogram of difference on the full data record of 8s') 
    3535 
     
    3939bnds = [max(abs(M.modelua-M.tua)), max(abs(M.modelub-M.tub)) 0 0]; 
    4040Qpwm = (dt/Ls)^2*[1 1 0 0]%(2*bnds).^2/12 
     41 
     42figure(3); 
     43plot(M.xom); 
    4144 
    4245%%%%%%%%%%%%%%% Integration