필터 지우기
필터 지우기

Can 'Place' command in matlab place the poles of A-BK in the same order as given in the input argument of place function?

조회 수: 1 (최근 30일)
I am trying to find K such that the poles of A-BK are elements of lets say a vector P. The problem is that when I use the 'place' command in matlab to get K for poles P, the poles of A-BK are not in the same order as in P. Is this usually the case with the 'place' command?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 31일
The order of the pôles does not matter, if you want to get the same order you can use the sort function
  댓글 수: 2
Shyam Mudiraj
Shyam Mudiraj 2013년 5월 31일
Unfortunately, in my application, the order does matter. Is there any way that we can make sure that the order is right?
Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 31일
When you set your pôles, be sure that they are sorted, to get the pôles from A-BK Use
P1=sort(eig(A-B*K))

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by