From: Bryant on
I need help writing a m-file that runs until a certain condition is met then prints some output and gives the user the opportunity to accept the output and stop running the file or reject the output and continue running the file without completely restarting the file.
From: Bryant on
"Bryant " <rabid_bunnies(a)yahoo.com> wrote in message <hq7st6$mlo$1(a)fred.mathworks.com>...
> I need help writing a m-file that runs until a certain condition is met then prints some output and gives the user the opportunity to accept the output and stop running the file or reject the output and continue running the file without completely restarting the file.

Nevermind