フィルターのクリア

Derivative of a function

1 回表示 (過去 30 日間)
sama
sama 2020 年 6 月 1 日
回答済み: KSSV 2020 年 6 月 1 日
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

採用された回答

KSSV
KSSV 2020 年 6 月 1 日
There is function called gradient in MATLAB aswell.....read about it.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by