how to get derivative
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have a function sin^2xcos(y)/(x^3+1) and i want to get the derivative with respect to x where x varies from 0 to 5 and y varies from 0 to 4 i tried
>> x=[0,5];
>> y=[0,4];
>> ployder (((sin(x)).^2 * cos(y))/(x^3 +1))
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!