| Control System Toolbox | Search  Help Desk |
| dlqr | See Also |
Design linear-quadratic (LQ) state-feedback regulator for discrete-time plant
Syntax
[K,S,e] = dlqr(a,b,Q,R) [K,S,e] = dlqr(a,b,Q,R,N)
Description
[K,S,e] = dlqr(a,b,Q,R,N)
calculates the optimal gain matrix K such that the state-feedback law
N=0 is assumed when N is omitted.
In addition to the state-feedback gain K, dlqr returns the solution S of the associated discrete-time Riccati equation
e = eig(a-b*K). Note that
is derived from
by

Limitations
The problem data must satisfy:See Also
dare Solve discrete Riccati equations
lqgreg LQG regulator
lqr State-feedback LQ regulator for continuous plant
lqrd Discrete LQ regulator for continuous plant
lqry State-feedback LQ regulator with output weighting