RobustAndOptimalControl.jl
RobustAndOptimalControl.jl copied to clipboard
`feedback` of `UncertainSS` loses uncertainty
using RobustAndOptimalControl
W = makeweight(0.1, 10, 2)
P0 = tf(1, [1, 2, 1])
Pu = P0 * (1 + W*δc())
feedback(Pu)