How to stop a process definitely?
How to stop a process definitely?
(OP)
Hi anyone,
My program execute a certain process. I need to be
abble to cancel it at any moment by pressing a button.
The problem is that the process which is executing
contains a pause command. So, the way to stop it must be
of high priority compared to the pause command.
Thanks in advance,
CRIS





RE: How to stop a process definitely?
There is nothing in Matlab at higher priority than pause. You have to limit the pause command in time ( pause(10) will limit it to 10 seconds).
Joe
BSTEX - Equation viewer for Matlab
http://www.geocities.com/bstex2001