Possible to display a series of figures after the batch processing has ended?

1 view (last 30 days)
I have a script reading in a batch of images that are processed in series. For each image I generate a figure containing a number of subplots. In the interest of time and memory, it would be unnessary to save each figure with each round. Is there a way to suppress the display of the figures until the script has finished and then flick through them or at least view them in separate windows?
Or is the only option to save in succession?
Thanks a lot,
L

Answers (1)

Ameer Hamza
Ameer Hamza on 1 Dec 2020
One option is to keep saving all the images in a cell array and after the processing is finished, use montage(): https://www.mathworks.com/help/releases/ref/montage.html to display the images.
  3 Comments

Sign in to comment.

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!