Finding optimal coefficients while fitting multiple data in matlab

조회 수: 1 (최근 30일)
Yang Metin
Yang Metin 2020년 9월 12일
댓글: Matt J 2020년 9월 12일
There are 3 sets of data and I need to use exponential fitting. How to get a set of coefficients to satisfy the best fit to the three sets of data?

답변 (1개)

Matt J
Matt J 2020년 9월 12일
If they all follow the same model, just concatenate the 3 data sets and fit them as a single set.
If each data set has a different set of parameters. Just perform 3 separate fits.
  댓글 수: 2
Yang Metin
Yang Metin 2020년 9월 12일
They have the same x coordinate.
Matt J
Matt J 2020년 9월 12일
Not relevant. Just make 3 copies of the x-coordinate vector and join them together.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by