Robust Control dksyn command issue

7 ビュー (過去 30 日間)
Shoaib Salim
Shoaib Salim 2020 年 6 月 29 日
コメント済み: shahin 2024 年 1 月 2 日
I am working on system with following ss matrices A,B,C,D
A=[ 0 0 0 1 0 0
0 0 0 0 1 0
0 0 0 0 0 1
222.74 -199.79 3.0972 0 0 0
-234.46 245.08 -14.053 0 0 0
5.906 -22.835 17.016 0 0 0];
B=[ 0 0 0
0 0 0
0 0 0
0.85921 -1.7636 0.92717
-0.90439 2.0138 -1.2128
0.022782 -0.12615 0.22853];
C=eye(6,6);
D=zeros(6,3);
When i apply dksyn command it shows error "Undefined function 'dksyn' for input arguments of type 'ss'."
when i get tf of G by tf(G) dksyn command shows error of Undefined function 'dksyn' for input arguments of type 'tf'.
Please help me how can i resolve this issue.
Thanks in advance.

回答 (1 件)

Uttkarsh Jha
Uttkarsh Jha 2020 年 6 月 29 日
編集済み: Uttkarsh Jha 2020 年 6 月 29 日
Use of dksyn is not recommended.
Refer to this page for more information on this.
  2 件のコメント
Shoaib Salim
Shoaib Salim 2020 年 6 月 29 日
Thanks for the answer.
I have to implement dksyn at any cost .Please help me out,
No disturbances, no noise just simple case. How to get P in my case to put in command below;
K,CLP,BND] = dksyn(P,NMEAS,NCONT)
shahin
shahin 2024 年 1 月 2 日
Thank you for your answer. I already designed the H_Infinity controller system . and now I want to design it with MU controller and I don't know the reason for the error.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeH-Infinity Synthesis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by