필터 지우기
필터 지우기

Can we specify eigen vectors and eigen values for MIMO pole placement

조회 수: 1 (최근 30일)
reen2015
reen2015 2017년 7월 30일
For MIMO system, there is a flexibility in eigen structure assignment, that is there can be more than one set of eigen vectors and eigen values that give feedback gain K right? In that case how actually matlab's Place command works for MIMO case?
K=place(A,B,P)
[V1,D1]=eig(A-B*K)
Eventhough there can be different set of V1 associated with D1(poles) and K, Matlab place command followed by eig() always returns same V1.
Is there any way to specify the required D1 and P to get feedback gain K for MIMO case?
Thank you so much for your time.

답변 (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