How to interpolate the matrix A ?

조회 수: 1 (최근 30일)
Abhishek Chakraborty
Abhishek Chakraborty 2020년 9월 16일
답변: KSSV 2020년 9월 16일
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