how can i derive sin(x) ?

14 visualizzazioni (ultimi 30 giorni)
mohammad imad
mohammad imad il 20 Mar 2018
Risposto: Walter Roberson il 20 Mar 2018
hello there I have problem with derivation of sin(x)
syms x
diff(sin(x))
ans
cos(x)
but I want the answer to be xdot*cos(x), can you tell me how can i do it? ,please

Risposta accettata

Walter Roberson
Walter Roberson il 20 Mar 2018
syms x(t)
diff(sin(x))

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by