How to fill missing grid value in 3D matrix
6 ビュー (過去 30 日間)
古いコメントを表示
I have a 3D matrix of size 51x 39x34. There are some missing grid values in this matrix which shows zero. Now I want fill this missing grid value with the interpolation of the neighbouring value or take the average of the neighbouring value. The .mat file is also attached.