Computes the Pole placement gain selection using Ackermann's formula.
place(a, b, p)
Arguments
a: State-matrix of a state-space system
b: Input-matrix of a state-space system
p: closed loop poles
Details
K <- place(A,B,P) calculates the feedback gain matrix K such that the single input system . x <- Ax + Bu
with a feedback law of u <- -Kx has closed loop poles at the values specified in vector P, i.e., P <- eigen(A - B * K). This function is just a wrapper for the acker function.
This method is NOT numerically stable and a warning message is printed if the nonzero closed loop poles are greater than 10