root/applications/pmsm/Barcelona/Mz_mx.m
@
349
Revision 349, 326 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | M=pmsm_estim_mex('Mz_mx.cfg'); |
2 | |
3 | figure(1) |
4 | subplot(2,1,1); |
5 | plot(M.x(:,3)); |
6 | |
7 | subplot(2,1,2); |
8 | hold off |
9 | plot(M.crbz(:,4)); |
10 | hold on |
11 | plot(M.crb(:,4),'r'); |
12 | |
13 | figure(2) |
14 | hold off |
15 | plot(M.crbz(:,3)); |
16 | hold on |
17 | plot(M.crb(:,3),'r'); |
18 | |
19 | ind=100:size(M.crb,1)-100; |
20 | [min(M.crb(ind,3)), max(M.crb(ind,3))] |
21 | [min(M.crbz(ind,3)), max(M.crbz(ind,3))] |
Note: See TracBrowser
for help on using the browser.