Curve fitting a power law function a(x^b) + C
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tom
el 10 de Mzo. de 2017
Comentada: Torsten
el 13 de Mzo. de 2017
Greetings. I have been trying to fit a power law function through a data set through: p = polyfit(log(x),log(y),1) This gives me the values for coefficient a and b, but I cannot figure out how to get c. Any help or advice would be greatly appreciated. Thanks.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!