Arrange images from a video in a 2 row 3 column grid to print on a piece of A4 paper

1 次查看(过去 30 天)
I have a short video of 100 frames that I could like to print out. I have used matlab to get the frames and I was wondering, to save on paper, if it was possible to arrange the images in a 2 row 3 column grid so that they were all the same size and fit on an A4 piece of printer paper. Is this something Matlab can do?

回答(1 个)

Gaurav Garg
Gaurav Garg 2021-1-15
Hi Pieter,
You can use subplot function to arrange the images in a 2x3 grid (documentation).
Further on, you can print the document using system command. You can find these documentations (1 & 2) to be of use for this task.

Community Treasure Hunt

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

Start Hunting!

Translated by