designControl

designControl(A,B,C,D,eig,method) computes gain matrices for linearized dynamical systems

您现在正在关注此提交

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.

引用格式

Graham Holt (2026). designControl (https://ww2.mathworks.cn/matlabcentral/fileexchange/184470-designcontrol), MATLAB Central File Exchange. 检索时间: .

标签

添加标签

Add the first tag.

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0

Correction to how the control gain is parsed for output feedback control

1.0.0