how to place all poles of state matrix at zero using place command?

17 ビュー (過去 30 日間)
Fethi Bencherki
Fethi Bencherki 2020 年 3 月 12 日
コメント済み: Zhihe YANG 2023 年 3 月 7 日
i'm trying to place all poles of my 3 by 3 state matrix at zero , im getting the error , 'The "place" command cannot place poles with multiplicity greater than rank(B).'
why cant this command place poles at the same location. If i assign different poles location it works . How to fix this

回答 (2 件)

Raynier Suresh
Raynier Suresh 2020 年 3 月 17 日
“Place” command uses the pole placement technique, but in this technique if the multiplicity of poles is greater than the rank(B) then solving for gain values in gain matrix would not be possible. Possible solution to keep multiple poles at same location is to use “acker” command which uses the Ackerman formula or to use LQR design, it may solve your problem.
Referring to the following links might be useful:
  1 件のコメント
Fethi Bencherki
Fethi Bencherki 2020 年 3 月 17 日
acker is for SISO systems , im dealing with MIMO

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


Mohanad Elsamadony
Mohanad Elsamadony 2023 年 1 月 26 日
I am dealing with the same problem!!
would you kindly provide me with the soultion if you solve this problem please?
Thank you
  1 件のコメント
Zhihe YANG
Zhihe YANG 2023 年 3 月 7 日
I think it still cannot be achieved through 'place' function.
If you are dealing with a simple system, maybe try to use the poles like [-1, -1.0001, -1.0002] instead of [-1, -1, -1], and round the final return can help you solve such problem.

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

カテゴリ

Help Center および File ExchangeStability Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by