How to find total derivative by using total derivative operator?

Risposte (1)

If you have the symbolic toolbox it is just to get to work:
syms x y t
syms u(x,y,t)
syms p(x,y,t)
dudx = diff(u*p,x) % etc...
Then just to add up the different derivatives.
HTH

Categorie

Prodotti

Release

R2018b

Richiesto:

il 2 Mar 2021

Risposto:

il 2 Mar 2021

Community Treasure Hunt

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

Start Hunting!

Translated by