Donald Liu
Followers: 0 Following: 0
Statistics
RANK
292,853
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
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...
3 years ago | 1 answer | 0
1
answerSingle 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 ...
5 years ago | 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; ...
5 years ago | 3 answers | 0
3
answersQuestion
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...
7 years ago | 2 answers | 0