how to fit y=ax^b without curve fitting

3 ビュー (過去 30 日間)
Moza Salem
Moza Salem 2021 年 3 月 5 日
回答済み: Image Analyst 2021 年 3 月 5 日
how to fit a set of data using 𝑦 = 𝑎𝑥^b (logarithmic transformation) ?
  2 件のコメント
David Goodmanson
David Goodmanson 2021 年 3 月 5 日
編集済み: David Goodmanson 2021 年 3 月 5 日
Hi Moza,
you can certainly take the log of both sides and try fitting the straight line
log(y) = c + b*log(x) % c = log(a)
if that's what you mean.
Moza Salem
Moza Salem 2021 年 3 月 5 日
Yes!!! Thank you so much

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

回答 (1 件)

Image Analyst
Image Analyst 2021 年 3 月 5 日

カテゴリ

Help Center および File ExchangeLinear and Nonlinear Regression についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by