```julia using RobustAndOptimalControl W = makeweight(0.1, 10, 2) P0 = tf(1, [1, 2, 1]) Pu = P0 * (1 + W*δc()) feedback(Pu) ```