inpaint_nans

版本 1.1.0.0 (273.2 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