derivative of a function of two variables
Mostra commenti meno recenti
Hello,
How can I get such a derivative in Matlab-Symbolic Toolbox ?
Differentiation according to two variables q1 and q2.
y=L1*cos(q1)+L2*cos(q2)
y´=-L1*sin(q1)-L2*cos(q2)
There is only this alternative?
z´=diff(y,q1)+diff(y,q2)
Thank you very much
1 Commento
onur karakurt
il 17 Ott 2018
Thanks, but this is symbolic derivative, Can you give example numerical derivative with the function of y=L1*cos(q1)+L2*cos(q2)
Risposta accettata
Più risposte (1)
Categorie
Scopri di più su Numeric Solvers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!