photo

sunny Yang


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
21,356
of 300,392

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • First Answer

View badges

Feeds

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...

5 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...

5 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...

5 years ago | 0