stop running script after close figure

6 次查看(过去 30 天)
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!

采纳的回答

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

更多回答(1 个)

KSSV
KSSV 2016-6-21
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 个评论
Eden Eden
Eden Eden 2016-6-21
编辑:Eden Eden 2016-6-21
thanks, I meant only when I'm closing the figure window the script will stop. There is any way of doing it?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by