Loop / Maximise window

2 次查看(过去 30 天)
Hi,
I am a beginner using the loop given below. My aim is to search through slices of a hypercube, so the loop looks through 120 images.
The window keeps minimising, so it is hard to inspect each image that appears. How do I keep it maximised?
Second question: Is there a way to manually control the loop so that I can click through it at will?
figure,
for i=1:z
imshow(CL(:,:,i),[]),title(sprintf('%d',i))
pause (0.1)
end
Help is greatly appreciated

采纳的回答

David Hill
David Hill 2020-9-6
Just put a stop in your function by clicking on the ' - ' on the right of the line number. A red dot will appear. I would place a stop of the pause line (line number 49). The execute the function and the code will stop there. To continue, hit the continue on top.
  1 个评论
Shane Browne
Shane Browne 2020-9-8
Thanks David ! That gives me control of it. Is there a way to keep the window with the image visible? It drops behind each time I hit continue.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by