Fast 2-dimensional interpolation

버전 1.0.0.0 (2.19 KB) 작성자: Nathaniel Brahms
Provides a 5x-50x speedup over interp2
다운로드 수: 7.6K
업데이트 2006/5/31

라이선스 없음

This function performs 2-dimensional interpolation similar to MATLAB's built-in function interp2 with a considerable speed advantage.

qinterp2 may only be used with evenly-spaced, monotonically increasing X and Y library arrays. In addition, there is little error checking on these inputs, as qinterp2's speed boost is derived from avoiding manipulation of these arrays. See the attached image for how interp2 and qinterp2 compare vs. input length. The test was performed on a 2.4GHz Intel Windows XP machine running MATLAB 7 R14SP3.

See file id 10286 (Fast interpolation) for the one-dimensional version of this file.

인용 양식

Nathaniel Brahms (2026). Fast 2-dimensional interpolation (https://kr.mathworks.com/matlabcentral/fileexchange/10772-fast-2-dimensional-interpolation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기
도움

도움 받은 파일: Fast interpolation

버전 게시됨 릴리스 정보
1.0.0.0

Added bilinear interpolation