Feeds
질문
How do I simplify this command by avoiding cycle
At the end,I accept this code destrows = repmat(ax, 1, 1,3); destcols = repmat(ay, 1, 1,3); [srcrows, src...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How do I asssign the pixels with two matrices contain the x and y dimension address respectively
%matrix ax is 512*512 containing the value of x dimension %matrix ay is 512*512 containing the value of y dimension %I ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
why this command: a([],[],:)=A doesn't work? I try not to use for command
UPDATED: Finally I used bsxfun --- %I is a 512*512 picture outImg=uint8(zeros(512,512,3)); tempImg=I(:,:,1...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
A null assignment can have only one non-colon index. When I eliminated elements of matrix
Finally I accept this command croppedImage = fullImage(row1:row2, col1:col2, :); --- [iH, iW]=size(I(:,:,1)); [i...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
How can I use MATLAB to solve problems about extracting sound track?
Hi, guys I got some sound tracks(MP3), track A, track B=A+C. Is there any function I can use to extract sound track C? Thank...
거의 10년 전 | 답변 수: 1 | 0
