Second partial derivatine on scattered grid

3 次查看(过去 30 天)
I have data on non uniform grid (scattered data). And I need to calculate second partial derivative d^f/dxdy. And it is not clear for me how to approximate this derivative in right way with less error. Could you help me with that? Is there some good way to approximate the second derivative without interpolating data and making uniform grid?

回答(1 个)

Star Strider
Star Strider 2017-6-15
All the built-in MATLAB functions, such as del2 (link) assume a constant grid or sampling interval.
The File Exchange has several contributions on the Laplacian (link) that might allow for non-constant grid intervals. I did not look closely at them.

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by