how to display multiple images in multiple axes

Antworten (1)

Image Analyst
Image Analyst am 24 Jun. 2014

0 Stimmen

You need to vary m from 1 to 9 (which is 3 times 3).

2 Kommentare

give me the code
for m = 1 : 9
subplot(3,3,m);
imshow(someImage);
end

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 24 Jun. 2014

Kommentiert:

am 25 Jun. 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by