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

3 次查看(过去 30 天)
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 个评论
Torsten
Torsten 2019-8-22
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).

请先登录,再进行评论。

采纳的回答

Anmol Dhiman
Anmol Dhiman 2019-8-29
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by