필터 지우기
필터 지우기

3 dimensional interpolation.

조회 수: 1 (최근 30일)
Bret Jarod Sean Ordono
Bret Jarod Sean Ordono 2022년 12월 15일
댓글: Bret Jarod Sean Ordono 2022년 12월 16일
I have a data set consisting of 3D cartesian coordinates and in order to perform double integration, I need to make my x and y data to be uniformly distributed. How can I achieve this if there is no equation relating x and y to their respective z value?

답변 (1개)

Torsten
Torsten 2022년 12월 15일
Make an interpolation function from your data and call "integral2" with this function as to be integrated within specified limits.
Here is the way to generate the interpolation function:
  댓글 수: 1
Bret Jarod Sean Ordono
Bret Jarod Sean Ordono 2022년 12월 16일
thank you! will check it right away

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

카테고리

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

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by