필터 지우기
필터 지우기

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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by