ControlSystemsMTK.jl icon indicating copy to clipboard operation
ControlSystemsMTK.jl copied to clipboard

Interface between ControlSystems and ModelingToolkit

Results 5 ControlSystemsMTK.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `DataInterpolations` package from `3, 4` to `3, 4, 5`. This keeps the compat entries for earlier versions. Note: I have not...

Thanks for quick update of CSMTK the other day! I'm now re-running my Jupyter Notebook with my "intro" to MTK, and get a *warning* when using linearization and AnalysisPoints, both...

@juliaregistrator register

This pull request changes the compat entry for the `ModelingToolkit` package from `8.49` to `8.49, 9`. This keeps the compat entries for earlier versions. Note: I have not tested your...

In the documentation for `ControlSystemsMTK`, the call signature is: ```julia function causal_simplification(sys, u2duinds::Vector{Pair{Int, Int}}; descriptor=true) ``` I have a system with 2 inputs, and `linearize` produces B/D matrices with 4...