Donald Liu
Followers: 0 Following: 0
Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변답변 있음
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 ...
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 ...
거의 5년 전 | 0
질문
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년 전 | 답변 수: 3 | 0
3
답변질문
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년 초과 전 | 답변 수: 2 | 0