Azzera filtri
Azzera filtri

How to calculate detivative of a function with respect to another function

1 visualizzazione (ultimi 30 giorni)
Hi! I want to calculate the derivative below in matlab
Have anyone any idea?

Risposta accettata

madhan ravi
madhan ravi il 31 Mag 2020
Modificato: madhan ravi il 31 Mag 2020
syms u x
subs(diff(u^2 - 1), u, cos(x))

Più risposte (1)

Alan Stevens
Alan Stevens il 31 Mag 2020
Surely you don't need to do this in Matlab!
Just set u = cos(x), so you have d/du(u^2 - 1) = 2u = 2cos(x)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by