How to show 24 image in one figure?

1 visualización (últimos 30 días)
Elder Winter
Elder Winter el 5 de Nov. de 2018
Respondida: Image Analyst el 5 de Nov. de 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.

Respuesta aceptada

Image Analyst
Image Analyst el 5 de Nov. de 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.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by