How to interpolate the matrix A ?
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I want to interpolate a matrix "A" containing 3633 rows and 3506 columns with many scattered NaNs to another matrix "B" containing 10900 rows and 10521 columns. How can I do it ? 
0 件のコメント
採用された回答
  KSSV
      
      
 2020 年 9 月 16 日
        If you want to go ahead with NaN's itself...use intepr2, imresize. 
If you want to fill NaN's first, then use fillmissing and then interp2, imresize. 
Read about interp2, imresize, fillmissing. 
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

