Difference between Interpolation (griddata) and linearintep (fit)
이전 댓글 표시
I am working on a surface fitting and came across these two inperpolation methods. I can use 'griddata' which is working very nicely and recently i got to know about the fact that 'fit' function can also interpolate. Now what is the difference between these two techniques? Are they same or there is some difference?
댓글 수: 3
KSSV
2019년 5월 24일
YOu use both the functions.......and compare the out puts withoriginal data......and you can see which is performing better.
Mohan Gopal Tripathi
2019년 5월 24일
Bjorn Gustavsson
2019년 5월 24일
Read the help-documentation!
helpwin griddata
helpwin fit
The first-level (and most likely second-level) information is there, also links to more detailed documentation.
HTH
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Signal Operations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!