How can I make logaritmic fitting like polyfit function
조회 수: 23 (최근 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!