필터 지우기
필터 지우기

interp2 ... How does it work?

조회 수: 2 (최근 30일)
martin martin
martin martin 2019년 4월 21일
댓글: Rik 2019년 4월 21일
Hello guys,
I'm looking to find a mathematical basis for explaining the interpolation methods for "linear", "cubic", "nearest", "makima" and "spline" of function interp2. Matworks webside is very brief. I have matrix of numbers for example:
a = rand(4);
Vq = interp2(a,1,'method')
and I want compute only finite values.
Any help?
Best regards
  댓글 수: 1
Rik
Rik 2019년 4월 21일
For all methods you mention the result is an array of only finite values. Is your question about that, or do you want to know the interpolation method? Because that isn't really a Matlab question, as the interpolation methods are widely used (hence the short explanation in the doc).

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by