photo

KIKi


2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
125,690
of 301,537

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,318

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,234

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

1

답변