Community Profile

photo

sunny Yang


Last seen: 2 years ago Active since 2020

Statistics

  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
How to bypass automatic differentiation?
use extractdata() to bypass grad: x=dlarray(1); [y,Y,dy_dx,dY_dx] = dlfeval(@goat,x) % y=Y=4 dy_dx=4=d(x^2+2*x+1)/dx|x=1 d...

4 years ago | 1

Question


How to bypass automatic differentiation?
I'm trying to implement a simple speech recognition by Deep Learning Toolbox. the network receives a piece of spectrogram,and i...

4 years ago | 1 answer | 0

1

answer

Answered
How to force an external figure in live scripts?
% Tested on Matlab 2019B,got the pop window and correct handle % Mechanism:timers runs independently function fig = ForcePopup...

4 years ago | 0