Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Hi! I want to calculate the derivative below in matlab
Have anyone any idea?

Respuesta aceptada

madhan ravi
madhan ravi el 31 de Mayo de 2020
Editada: madhan ravi el 31 de Mayo de 2020
syms u x
subs(diff(u^2 - 1), u, cos(x))

Más respuestas (1)

Alan Stevens
Alan Stevens el 31 de Mayo de 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)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by