Does intrp2 provide 'bicubic' interpolation ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I read the documentation for intrep2 function https://www.mathworks.com/help/matlab/ref/interp2.html.
They did not have bicubic explicity as an option in the function
So I am wondering if this function can compute the intreploation by bicubic method ?
Also what is the different between cubic and bicuic intrepolation in the images?
Thank you
댓글 수: 0
답변 (1개)
dpb
2019년 8월 2일
The 'cubic' method for interp2 is bicubic; it just uses the word 'cubic' to keep consistency in interface with interp1
I don't know what the last question is in reference to, sorry...
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Orange에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!