-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Compatibility to ModelingToolkit.jl? #122
Comments
Hello! Yes, you can use this package with ModelingToolkit, there's a tutorial here |
You can also call the internal function |
Thanks a lot! Exactly, what I was looking for. :) |
Cool, don't forget to discretize the continuous-time MTK dynamics. |
Hello Fredrik!
Thanks for the great package! :)
I want to icorporate the package for nonlinear state estimation. I have built an ODE model using MTK. Is there a straightforward way to use the estimators together with MTK models (ODESystem type)?
I assume I could try to convert my ODESystem to a ODEProblem from DifferentialEquations.jl and obtain the state transition function by the f-field. Or is there another way to automatically "de-modelingtoolkitize" the MTK model from symbolic to a numeric function in order to use it with the estimators?
Otherwise I would have to rewrite the model to a numeric function, right?
What is your thought on that?
The text was updated successfully, but these errors were encountered: