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
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:
类别
在 帮助中心 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!