extrapolation and interpolation of matrix values

조회 수: 6 (최근 30일)
Marco Bellucci
Marco Bellucci 2023년 3월 7일
답변: Swaraj 2023년 4월 4일
I have a 25x25 matrix, of measured pressure coeficients, where the only values different from 0 are the ones in the central cross. How can I get the other values using extrapolation and interpolation?
  댓글 수: 1
Jan
Jan 2023년 3월 7일
It depends on the assumptions about the result. If you e.g. assume, that the output is a plave or rotated parabola, the results are different. There is no general scheme for a valid extrapolation.

댓글을 달려면 로그인하십시오.

답변 (1개)

Swaraj
Swaraj 2023년 4월 4일
You can use “interp2” to perform the interpolation and extrapolation in MATLAB.
You can go through the following documentation to know how you can use it for your purpose.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by