JuliaControl / ControlSystems.jl

A Control Systems Toolbox for Julia
https://juliacontrol.github.io/ControlSystems.jl/stable/
Other
503 stars 85 forks source link

d2c_exact should work with gains (i.e. state space systems without states) #909

Closed maltee1 closed 7 months ago

maltee1 commented 7 months ago

d2c_exact(ss(1,1)) fails, but probably shouldn't. It should just return a system with unit gain.