how to fit y=ax^b without curve fitting

4 visualizaciones (últimos 30 días)
Moza Salem
Moza Salem el 5 de Mzo. de 2021
Respondida: Image Analyst el 5 de Mzo. de 2021
how to fit a set of data using 𝑦 = 𝑎𝑥^b (logarithmic transformation) ?
  2 comentarios
David Goodmanson
David Goodmanson el 5 de Mzo. de 2021
Editada: David Goodmanson el 5 de Mzo. de 2021
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 el 5 de Mzo. de 2021
Yes!!! Thank you so much

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 5 de Mzo. de 2021

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by