How to interpolate NaN in a 3d grid?

4 ビュー (過去 30 日間)
Miguel andres
Miguel andres 2020 年 6 月 24 日
コメント済み: Miguel andres 2020 年 6 月 24 日
Hi all,
I have a 3D grid with lon, lat and time (size= 40x144x720) with some NaN. I need to interpolate using a linear method this NaN values.
I have tries with interp1gap and some loops, but I have some errors with that function.:
n=720
for i=1:40
for j=1:144
for k=1:n
mod_atl_filtrado(i,j,k)=interp1gap(mod_atl(i,j,k)');
end
end
end
Do you know how to do this?
Thank you very much

採用された回答

John D'Errico
John D'Errico 2020 年 6 月 24 日
  1 件のコメント
Miguel andres
Miguel andres 2020 年 6 月 24 日
Great!! Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation of 2-D Selections in 3-D Grids についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by