nanderivative.m v2.1 (Jul 2009)
This program estimates the N-order (1rst derivative by default) derivative of a vector data Y (or the columns of a matrix) by interpolating, using INTERP1, two nearby points at each argument point X and then calculating their slope. It ignores NaNs elements.
>> dYdX = nanderivative(Y,X);
The N-order, the proximity of the interpolating points and the interpolation method (default 'spline') are optional input arguments.
Any comment will be very appreciated. (check the screenshot for an example)
引用格式
Carlos Adrian Vargas Aguilera (2024). nanderivative.m v2.1 (Jul 2009) (https://www.mathworks.com/matlabcentral/fileexchange/21187-nanderivative-m-v2-1-jul-2009), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux标签
致谢
启发作品: der.m v1.0 (Nov, 2009)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!