フィルターのクリア

How to reproduce the example figure using lsqcurvefit

1 回表示 (過去 30 日間)
yp78
yp78 2021 年 9 月 29 日
編集済み: yp78 2021 年 10 月 1 日
Hi, I am trying to follow this example for non-linear curve fitting.
Looking at the section 'Splitting the Linear and Nonlinear Problems', I understood upto the point how to estimate two exponents lambda1 & 2 (line 51). However, I don't understand how to recover the estimate for 'c' to produce the 'Global fit' in the last figure in the following section.
More specifically, once I obtain the unknown lambdas, what should I do to obtain the unknown vector 'c' (in the function 'fitvector')? Which of the followings would be the right approach?
  1. c=A \ ydata
  2. c=A \ yEst, or
  3. Once obtained the estimates for lambda, I follow the full parameter estimation using the lambdas.
Thanks in advance for your help!

回答 (1 件)

Mathieu NOE
Mathieu NOE 2021 年 9 月 29 日
hello
well, if the question is only about how to use lsqcurvefit, my answer is not gotta help you because I'm using either fminsearch , or , much better and more robust to crude / bad initial guess : Fminspleas - File Exchange - MATLAB Central (mathworks.com)
see the two examples attached if it helps you
all the best
  6 件のコメント
yp78
yp78 2021 年 9 月 30 日
編集済み: yp78 2021 年 10 月 1 日
Hi Mathieu,
Thanks again for the helpful example files! I wrote the author of the function to ask about the multivariate usage of the function. When I had a reply, I will share the information with you :)
Mathieu NOE
Mathieu NOE 2021 年 9 月 30 日
Good idea , that would for sure interest me as well !

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLinearization についてさらに検索

製品


リリース

R2012b

Community Treasure Hunt

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

Start Hunting!

Translated by