Clear Filters
Clear Filters

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 view (last 30 days)
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?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 31 May 2013
The order of the pôles does not matter, if you want to get the same order you can use the sort function

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!