How can I use an ode45 solution in matlab curve fitting toolbox?

5 vues (au cours des 30 derniers jours)
LeMar Callaway III
LeMar Callaway III le 21 Août 2019
I'm a bit new to Matlab and am unsure how to use my code output in the curve fitting toolbox. I have code that uses lsqcurvefit and an ode45 solver to best fit a solution to a differential equation to data while finding the best parameters. I know how to plot the solution give by ode45, but I'm unsure of how to save or hold this solution in such a way that I can use it in Matlab Curve Fitting Toolbox.
  1 commentaire
Torsten
Torsten le 22 Août 2019
You can couple the curve fitting toolbox and ode45 in the same way as you did it for lsqcurvefit and ode45, namely by defining the model function as a function (from which you can then call ode45).

Connectez-vous pour commenter.

Réponse acceptée

Anmol Dhiman
Anmol Dhiman le 29 Août 2019
The output of the isqcurvefit can be stored in the variables. You can use these variables in the Curve Fitting Toolbox. It would be better for understanding if you share the code so the exact problem can be resolved.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by