How to show 24 image in one figure?

1 vue (au cours des 30 derniers jours)
Elder Winter
Elder Winter le 5 Nov 2018
Each image is a result of looping and there are 4 type scale. Each 6 images is have same scale. I was search and have some try imshow or subplot or montage, but still nothing. At least i have output like this image, thats enough for me. Thanks.

Réponse acceptée

Image Analyst
Image Analyst le 5 Nov 2018
montage() or imtile() won't work to put them in that arrangement because they're not in a regular grid. You'll have to build it yourself with determining the correct row and column location and then pasting. See attached demo.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by