Interpolation with quadratic data

조회 수: 2 (최근 30일)
Eric Turner
Eric Turner 2016년 5월 3일
댓글: Jon 2016년 5월 3일
I need to perform a 2D interpolation, but have quadratic data. Are there any built-in MATLAB functions that can handle interpolation on a quadratic array? I tried to sort the data (i.e., sort(x)) to arrange it in ascending order and passing it through the interp2 function, but it did not produce what was expected. Hence, I believe I need to keep the data in the arrangement it's in and determine a way to interpolate it.
Any assistance is appreciated

답변 (0개)

카테고리

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