How to interpolate the matrix A ?

1 次查看(过去 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 ?

采纳的回答

KSSV
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 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by