How can I make logaritmic fitting like polyfit function
27 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Torsten
2018-10-19
Fit log(x) against y using a linear polynomial in "polyfit". What's the problem ?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!