how to obtain anonymous function after derivative ?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Masoud Nateghi
il 28 Mar 2020
Risposto: Walter Roberson
il 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 Commento
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!