I am trying to run the examples and when runing the LQR design example, defining Q = I and R = I, the command L= dlqr(A,B,Q,R) gives the next error
ERROR: MethodError: no method matching real(::UniformScaling{Bool})
I have tried julia 1.1.1 and julia 1.3.0 version
Do you know what can be the reason?
Thanks in advance