Create a Pause Button

8 次查看(过去 30 天)
I want to create a pause button for the loop
while
end
100 times, the script what should I use?
  2 个评论
Geoff Hayes
Geoff Hayes 2015-7-5
Saiful - please provide some context. Do you have a GUI that (perhaps) has a push button that calls some code that invokes a while loop? And do you have another button that when pressed should pause the while loop? Also, what do you mean by 100 times?
saiful irfan
saiful irfan 2015-7-6
while(vid.FramesAcquired<=100)
end
of the loop I want to create a pause button and stop? The loop I enter in the start button.

请先登录,再进行评论。

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2015-7-5
Use pause function

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by