How can I make logaritmic fitting like polyfit function
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dogan Arik
el 19 de Oct. de 2018
Comentada: Dogan Arik
el 22 de Oct. de 2018
Hi;
I want to make logaritmic fitting but I don't find any logfit function like polyfit. Is there any function,script etc. that make logaritmic curve fitting in matlab
-edit- (19.10.2018 - 15:20)

I want to this type of curve fitting.
1 comentario
Walter Roberson
el 19 de Oct. de 2018
Could you give an example of what a multi-term model might look like?
Respuesta aceptada
Torsten
el 19 de Oct. de 2018
Fit log(x) against y using a linear polynomial in "polyfit". What's the problem ?
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!