필터 지우기
필터 지우기

how "hinfmix" function works?

조회 수: 4 (최근 30일)
Navin
Navin 2012년 4월 11일
Hi, I ran a very simple codes to see how "hinfmix" works. but I found 3 errors regarding to "hinfmix" function. I cannot understand what is the problem. it is because of my program or there is something wrong in "hinfmix"? here is my code and errors:
s=zpk('s');
G=10*(s-1)/(s+1)^2;
W1=0.1*(s+100)/(100*s+1); W2=0.1; W3=[];
P=augw(G,W1,W2,W3);
r=[1 1 1];
obj=[1,1,0.1,0.1];
[K,CL,GAM]=hinfmix(P,r,obj );
L=G*K; S=inv(1+L); T=1-S;
sigma(L,'k-.',S,'r',T,'g')
??? Error using ==> lti.subsref at 56 Use two or more subscripts to index into MIMO models or LTI arrays, as in the "sys(2,1)" command.
Error in ==> islsys at 11 sys=sys(:);
Error in ==> hinfmix at 59 elseif ~islsys(G),
Error in ==> Untitled at 21 [K,CL,GAM]=hinfmix(P,r,obj );

답변 (0개)

카테고리

Help CenterFile Exchange에서 Robust Control Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by