Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)
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?

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 31 de Mayo de 2013
The order of the pôles does not matter, if you want to get the same order you can use the sort function
  2 comentarios
Shyam Mudiraj
Shyam Mudiraj el 31 de Mayo de 2013
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 el 31 de Mayo de 2013
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))

Iniciar sesión para comentar.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by