Donald Liu
Followers: 0 Following: 0
Statistiques
RANG
292 933
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseSingle 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 ...
presque 5 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; ...
presque 5 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 7 ans il y a | 2 réponses | 0