How can I merge two Image?
조회 수: 3 (최근 30일)
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Andreas Goser
2015년 8월 11일
It is not totally clear what you want to achieve and especially what you already have tried, but here is a start. How to access odd rows of a matrix:
A=[1 2 3; 4 5 6; 7 8 9; 10 11 12]
A(1:2:end,:)
댓글 수: 2
Andreas Goser
2015년 8월 11일
Right. Give it a try and start coding. Learn while you succeed or fail. If you need help, post the reproducible code.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!