You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
designControl(A,B,C,D,eig,method) takes in the linearized system (A,B,C,D) and the desired eigenvalues to place (eig). "method" is used to determine if the control uses state feedback ('x') or output feedback ('y'). This form returns the control gain matrix.
[K,L] = designControl(___) will include the state estimation gain matrix. This will return an empty matrix if output feedback is used.
[K,L,Kr] = designControl(___) will include the control gain matrix attached to a desired reference away from the origin of linearization. The reference can be taken to be a target state ('-x') or a target output ('-y'). If not specified in "method", the default is a reference state.
Cite As
Graham Holt (2026). designControl (https://uk.mathworks.com/matlabcentral/fileexchange/184470-designcontrol), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.1 (2.28 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
