Borrar filtros
Borrar filtros

Differential wrt qDot(t)

5 visualizaciones (últimos 30 días)
Saifuran Noori
Saifuran Noori el 11 de Abr. de 2018
Respondida: Ngoc Thanh Hung Bui el 17 de Abr. de 2018
syms t_1(t)
f = sin(t_1) + cos(t_1)
diff(f, t) % Is Ok
diff(f, t_1) % should give us = cos(t_1)-sin(t_1), but we get error:
"Error using sym/diff Arguments, except for the first, must not be symbolic functions."
How should we calculate this in matlab?

Respuestas (1)

Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui el 17 de Abr. de 2018
I want to know too

Community Treasure Hunt

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

Start Hunting!

Translated by