필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Lydia Bradley
Lydia Bradley 2020년 12월 1일
댓글: Image Analyst 2020년 12월 3일
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

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 12월 1일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by