inpaint_nans

버전 1.1.0.0 (273 KB) 작성자: John D'Errico
Interpolates (& extrapolates) NaN elements in a 2d array.
다운로드 수: 46.4K
업데이트 날짜: 2012/8/13

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

Interpolate NaN elements in a 2-d array using non-NaN elements. Can also extrapolate, as it does not use a triangulation of the data. Inpaint_nans offers several different approaches to the interpolation, which give tradeoffs in accuracy versus speed and memory required. All the methods currently found in inpaint_nans are based on sparse linear algebra and PDE discretizations. In essence, a PDE is solved to be consistent with the information supplied.

인용 양식

John D'Errico (2024). inpaint_nans (https://www.mathworks.com/matlabcentral/fileexchange/4551-inpaint_nans), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Repaired problems for vector input.

1.0.0.0

Created Select directory structure