Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I use regression in MATLAB and estimate some parameters of my model which is exported from COMSOL software?

1 Ansicht (letzte 30 Tage)
I have a .m file from COMSOL software. I want to modify some variables by regression with experimental data. I was wondering if there is a solution for that.
  1 Kommentar
dpb
dpb am 4 Jun. 2015
Of course, :) --but more info needed for specifics...
But, you can start with
doc polyfit % and friends
The Statistics and Curve Fitting toolboxes have many other builtin functions; lacking those you can write general explicit models and solve via the backslash operator, see
doc ldivide

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by