Get the 2nd derivatives of a vector with two finite boundaries

The function gets the 2nd derivatives of a vector with two finite boundaries
138 Downloads
Updated 4 Apr 2012

View License

The function gets the 2nd derivatives of a vector with two finite boundaries.

function V2ndDx = get_V2ndDx(V,delta_x,INDstart,INDend)

Input:
V = the input vector, 1D data
delta_x = delta x
INDstart = first index
INDend = last index

Output:
V2ndDx = 2nd derivative of M with respect to x (horizontal direction)

Cite As

Shao Ying Huang (2024). Get the 2nd derivatives of a vector with two finite boundaries (https://www.mathworks.com/matlabcentral/fileexchange/35997-get-the-2nd-derivatives-of-a-vector-with-two-finite-boundaries), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interpolation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

new tags

1.0.0.0