derivative of a function file
Afficher commentaires plus anciens
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 commentaires
Jan
le 29 Nov 2013
What exactly is the derivative of a piecewise function? Does "piecewise" implies a continuous derivative in your problem?
Walter Roberson
le 29 Nov 2013
A spline, for example, is piecewise. (Note: there is a spline derivative routine around.)
Piecewise does not necessarily have a smooth derivative.
Réponses (2)
Walter Roberson
le 29 Nov 2013
0 votes
gradient() ?
1 commentaire
Walter Roberson
le 30 Nov 2013
If you create a vector or array of values by running them through the function, then you can gradient() that vector or array.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!