derivative of a function file

hello everybody i'm wondering if it's possible to find the numerical derivative of a piecewise function that i have separately built as a function file in matlbab

2 件のコメント

Jan
Jan 2013 年 11 月 29 日
What exactly is the derivative of a piecewise function? Does "piecewise" implies a continuous derivative in your problem?
Walter Roberson
Walter Roberson 2013 年 11 月 29 日
A spline, for example, is piecewise. (Note: there is a spline derivative routine around.)
Piecewise does not necessarily have a smooth derivative.

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2013 年 11 月 29 日

0 投票

gradient() ?
Andrea
Andrea 2013 年 11 月 30 日
編集済み: Andrea 2013 年 11 月 30 日

0 投票

i guess that the derivatice cannot be continuous since i have a piecewise function, mine wasn't a precise question. what i need to know is if i can somehow calculate the numerical derivative of an equation that i wrote as a function file, my very little knowledge on matlab tells me i cannot, but maybe i'm wrong....sir Roberson do you think gradient() would do the job? thank you all

1 件のコメント

Walter Roberson
Walter Roberson 2013 年 11 月 30 日
If you create a vector or array of values by running them through the function, then you can gradient() that vector or array.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2013 年 11 月 29 日

コメント済み:

2013 年 11 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by