How can I interpolate matrix?
이전 댓글 표시
0 0 0 0 31.2117
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
33.4177 0 33.0571 0 32.2147
I have 5*5 matrix.
I want to interpolate zeros using nonzero values.
How can I make this one?
댓글 수: 2
Stephen23
2021년 3월 5일
Do you only want to interpolate, or do you want to extrapolate as well?
(If you only want interpolation, the left hand upper triangular section will be NaN)
HyoJae Lee
2021년 3월 5일
채택된 답변
추가 답변 (1개)
darova
2021년 3월 5일
0 개 추천
Use scatteredInterpolant
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!