pause a Programming in matlab
1 次查看(过去 30 天)
显示 更早的评论
Hi, I am doing some what big iteration in matlab, Is there is any option available in matlab to pause the calculation and continue that after some time, before getting result without using "pause" command in my program?
Thanx in advance!
0 个评论
回答(3 个)
Andreas Goser
2012-10-17
Not sure why you want to avoid PAUSE, but you can take a look at the documentation for timer objects.
0 个评论
Sean de Wolski
2012-10-17
You could also use a modal dialog box ( doc msgbox) or if you have a regular figure waitforbuttonpress. These will require user interaction to resume execution.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!