Second partial derivatine on scattered grid

3 visualizzazioni (ultimi 30 giorni)
Svetlana Baranova
Svetlana Baranova il 15 Giu 2017
Risposto: Star Strider il 15 Giu 2017
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?

Risposte (1)

Star Strider
Star Strider il 15 Giu 2017
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.

Community Treasure Hunt

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

Start Hunting!

Translated by