Derivative of a time derivative function
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
José Lindoro Fonseca Fierro
am 20 Nov. 2019
Bearbeitet: José Lindoro Fonseca Fierro
am 20 Nov. 2019
Hi, I have the following code:
syms w(t) u(t)
a=atan(w/u)
a_dot=diff(a,t)
Up to this point is everything ok, but now I need to derivate a_dot respect to u:
a_dot_u=diff(a_dot,u)
The last line runs the following error message: "All arguments, except for the first one, must not be symbolic functions".
¿How can I fix it?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!