photo

Donald Liu


Last seen: circa 2 mesi fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Displaying frames captured by getframe(h) at original size
I captured multiple frames from a figure, and would like to play them back one frame at a time. Please see the below example co...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Single precision matrix multiplication
After reading Matt's answer, I realized the following: In single(A), we're converting element a + j * b to single precision a1 ...

quasi 5 anni fa | 0

Domanda


Single precision matrix multiplication
Script: M = 10000; N = 100; A = round(10000 * complex(randn(M, N), randn(M, N))); B = single(A') * single(A); C = B' - B; ...

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


imrect not visible after updating an image
Refer to the script below: f = figure; im = image(rand(200, 100, 3)); roi = imrect(gca, [5, 10, 40, 30]); title('R...

circa 7 anni fa | 2 risposte | 0

2

risposte