JuliaControl / RobustAndOptimalControl.jl

Robust and optimal design and analysis of linear control systems

Home Page:https://juliacontrol.github.io/RobustAndOptimalControl.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check matrices for LTR

baggepinnen opened this issue · comments

L = lqr(l.timeevol, A, B2, Hermitian(C1'Q1*C1 + qQ * C2'C2), Q2, SQ)

would it make more sense to use C1 here to penalize the directions of z more? Use cheaper control instead.