We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calculateTF
I couldn't quite figure out what gets returned by minreal() in the original calculateTF.m file or how it gets split into STF and NTF.
minreal()
calculateTF.m
In addition to this, ControlSystems.jl's implementation of ss->tf->minreal() generates an error: -->see: JuliaControl/ControlSystems.jl#479
ControlSystems.jl
The text was updated successfully, but these errors were encountered:
minreal in ControlSystems should now be considerably more robust, it now uses MatrixPencils.jl for the computations. Hopefully it resolves your issue!
minreal
Sorry, something went wrong.
Excellent. Thanks for letting me know @baggepinnen.
No branches or pull requests
I couldn't quite figure out what gets returned by
minreal()
in the originalcalculateTF.m
file or how it gets split into STF and NTF.In addition to this,
ControlSystems.jl
's implementation of ss->tf->minreal() generates an error:-->see: JuliaControl/ControlSystems.jl#479
The text was updated successfully, but these errors were encountered: