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
更新 2012/4/4

ライセンスの表示

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)

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

new tags

1.0.0.0