3 dimensional interpolation.

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 日

0 投票

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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

製品

リリース

R2021b

タグ

質問済み:

2022 年 12 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by