how to obtain anonymous function after derivative ?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Masoud Nateghi
le 28 Mar 2020
Réponse apportée : Walter Roberson
le 28 Mar 2020
Hi,
can we have an anonymous function after we differntiate an anonymous function? for example see blow
f = @(x) x^4+3*x^2;
now I want to have another anonymous function which is derivative of f(x) .
1 commentaire
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!