You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(The corresponding lsminreal call using MatrixPencils.jl produces the same result, but I am creating an issue here in ControlSystems.jl, as I do not understand enough about matrix pencils to claim that that package has an issue.)
I used ControlSystems 1.8.1 and Julia 1.9.3.
The matlab code was identical, except for the @show and some ;:
The following example works in Julia and Matlab, producing minimal representations of order four in both cases.
Increasing the order by one, Matlab produces a solution of order five, but the Julia result jumps to order 21.
(The corresponding
lsminreal
call usingMatrixPencils.jl
produces the same result, but I am creating an issue here inControlSystems.jl
, as I do not understand enough about matrix pencils to claim that that package has an issue.)I used ControlSystems 1.8.1 and Julia 1.9.3.
The matlab code was identical, except for the
@show
and some;
:and
The text was updated successfully, but these errors were encountered: