Effacer les filtres
Effacer les filtres

Derivative of a function

1 vue (au cours des 30 derniers jours)
sama
sama le 1 Juin 2020
Réponse apportée : KSSV le 1 Juin 2020
Hello,
I have solved an equation analytically and now my result is a matrix [201*201] respect to time and distance (lets say u(x,t)). How can I derevitive my function respect to t?
i know it is easy in Tensorflow as:
u_t = tf.gradients(u, t)[0]
But I am confused how to write it in Matlab.
Thanks a lot

Réponse acceptée

KSSV
KSSV le 1 Juin 2020
There is function called gradient in MATLAB aswell.....read about it.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by