Community Profile

photo

Donald Liu


Last seen: 4 mois il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

A répondu
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 ...

plus de 4 ans il y a | 0

Question


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

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


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

presque 7 ans il y a | 2 réponses | 0

2

réponses