Weighting on the state-input multiplication term in the cost function. If omitted, a zero matrix with appropriate dimensions will be considered.
•
|
poles = true or false True means the eigenvalues of A-BK are returned. See LQR for details. The default value is false.
|
•
|
riccati = true or false True means the solution of the associated Riccati equation is returned. The infinite horizon solution of the following discrete-time Riccati equation (DARE) is returned.
|
The LQR feedback gain is calculated as
The default value is false.
•
|
parameters = {list, set}(name = complexcons)
|
|
Specifies numeric values for the parameters of sys. These values override any parameters previously specified for sys. The numeric value on the right-hand side of each equation is substituted for the name on the left-hand side in the sys equations. The default is the value of sys given by DynamicSystems:-SystemOptions(parameters).
|