stop running script after close figure

Hi, How can I stop running script after I'm closing figure? (When I'm closing a figure it is reopened (using loop)). *Not mean to 'ctrl+C'. Thanks!

 Akzeptierte Antwort

Stephen23
Stephen23 am 21 Jun. 2016

0 Stimmen

Hint: get the figure handle, and check it with ishghandle. This is easy to do in a loop.

Weitere Antworten (1)

KSSV
KSSV am 21 Jun. 2016

0 Stimmen

You can type 'break' where you want to stop the code in the file. The code executes till the line before break and then exits.

1 Kommentar

Eden Eden
Eden Eden am 21 Jun. 2016
Bearbeitet: Eden Eden am 21 Jun. 2016
thanks, I meant only when I'm closing the figure window the script will stop. There is any way of doing it?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 21 Jun. 2016

Kommentiert:

am 21 Jun. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by