Community Profile

Drew how


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
use a loop to iterate through the number of columns in a matrix/array
for col = 0: ???? imshow([image1(????) image2(????)]); drawnow; end

9 years ago | 0

Question


use a loop to iterate through the number of columns in a matrix/array
I combine two images together by doing this - imshow([image1(:,1:125,: ) image2(:,126:end,: )]); Now I want to make a...

9 years ago | 2 answers | 0

2

answers