Solver options for Sim in System Identification Toolbox
1 view (last 30 days)
Show older comments
soeren graabaek
on 11 May 2022
Answered: soeren graabaek
on 17 May 2022
For a project, I want to be able to simulate a continuous-time system with a fix-step ODE and then estimate the system parameters using the System Identification Toolbox.
However, I cannot arrive at a good fit when estimating the parameters on data created by a simple deterministic system using an ODE, but I will get a 100% fit when the data is created by the same system simulated using the build-in Sim function. "compare" won't even give me a 100% fit if I fix the estimation parameters to the parameter values used for the simulation.
After looking into the issue I figured that the problem stems from how Sim solves the underlying equations -- which I cannot find any documentation on.
Through some tests (see the two attached scripts) I found that sim probably uses the same adaptive solution find as simulink, and hence that Sim chooses its solver based on system dynamic and system input behavior.
My question is then: How do I know what solve Sim is using, and can I somehow fix the solver option?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!