pause a Programming in matlab

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!

Réponses (3)

Andreas Goser
Andreas Goser le 17 Oct 2012

0 votes

Not sure why you want to avoid PAUSE, but you can take a look at the documentation for timer objects.
Sean de Wolski
Sean de Wolski le 17 Oct 2012

0 votes

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.

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Tags

Question posée :

le 17 Oct 2012

Community Treasure Hunt

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

Start Hunting!

Translated by