Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Barzin Rajabloo
Barzin Rajabloo 2015 年 6 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
dpb
dpb 2015 年 6 月 4 日
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

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by