Does intrp2 provide 'bicubic' interpolation ?

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

답변 (1개)

dpb
dpb 2019년 8월 2일

0 개 추천

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...

카테고리

도움말 센터File Exchange에서 Vehicle Dynamics Blockset에 대해 자세히 알아보기

질문:

2019년 8월 2일

답변:

dpb
2019년 8월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by