photo

KIKi


Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

answer

Question


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

answers

Question


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

1

answer