H infinity norm command

조회 수: 10 (최근 30일)
Oleg Kelis
Oleg Kelis 2016년 5월 31일
댓글: Oleg Kelis 2016년 6월 3일
Hello, Please can somebody write a command in matlab for calculating H infinity norm for the following system: dz/dt=Az(t)+Bu(t)+Fw(t) y(t)=Cz(t)+Du(t) where A,B,C,F,D real value 2x2 matrices I have the following command but it is not working
A = [0 2; 8 1] B = [1 0; 2 1] F = [-1 2; -4 3] C = [2 0; 0 1] D = [1 0; 0 0] sys = ss(A,B,F,C,D);
norm(sys,inf)
Thanks for advance everybody
  댓글 수: 2
Abhisek Roy
Abhisek Roy 2016년 6월 3일
Hello Oleg,
Have you tried the 'hinfnorm' command? Have a look at this command, it might be helpful.
Regards, Abhisek
Oleg Kelis
Oleg Kelis 2016년 6월 3일
The hinfnorm Does not working. I think the problem is in deffinition of my system in matlab. Does Matlab has a syntax for my system? I know just ss and dss and they does not working Thanks

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by