Second partial derivatine on scattered grid

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

2017년 6월 15일

답변:

2017년 6월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by