Derivative of a time derivative function

조회 수: 2 (최근 30일)
José Lindoro Fonseca Fierro
José Lindoro Fonseca Fierro 2019년 11월 20일
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개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by