Statistics
5 Questions
0 Answers
RANK
226,512
of 301,433
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
