ppc(A,B,p)

Pole placement control function

You are now following this Submission

K = ppc(A,B,P) computes a state-feedback matrix K such that the eigenvalues of A-B*K are those specified in the vector P.
The pair (A,B) must be reachable.
[K Atilde Btilde T] = ppc(A,B,P) returns also the state-space matrices Atilde and Btilde in the controllable canonical form and the transformation matrix T (Atilde=T*A*inv(T), Btilde=T*B);

Cite As

Stefano Radrizzani (2026). ppc(A,B,p) (https://www.mathworks.com/matlabcentral/fileexchange/67791-ppc-a-b-p), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0