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 download
Aggiornato 4 apr 2012

Visualizza la licenza

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)

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Interpolation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

new tags

1.0.0.0