|
In article <g29dq1$li5$1@fred.mathworks.com>,
David Doria <daviddoria@gmail.com> wrote:
>When you run a big program, sometimes it would be nice to be
>able to say "stop for a second so I can look at something",
>but then continue. The only way I know how to stop it at
>all is with ctrl-c. Is there something similar to an
>"interrupt" where in your program you can say "pause if a
>key is pressed" without polling every time through a loop?
No there isn't, not in Matlab itself. See though this
recent thread,
http://www.mathworks.com/matlabcentral/newsreader/view_thread/170023
"COMMAND WINDOW INTERRUPT"
--
"Is there any thing whereof it may be said, See, this is new? It hath
been already of old time, which was before us." -- Ecclesiastes
|