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 téléchargements
Mise à jour 4 avr. 2012

Afficher la licence

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)

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Interpolation dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

new tags

1.0.0.0