|
Nathan is correct. If, however, you want to pause and resume consider using
the debugger and setting breakpoints, or using the keyboard command strategically
placed w/in your MATLAB code.
-- Rick
> On Jul 14, 3:26 pm, "Juliette Salexa" <juliette.physic...@gmail.com>
> wrote:
>
>> how ?
>>
> Well, considering Ctrl+C seems to break you out of your program/loops,
> the way to "resume" would be to start the program over again.
>
> I'm not sure of an alternative, as I'm assuming you want to be able to
> stop your program at any given time and resume it when you want to...
>
> Good luck on finding one, though. I would be interested in it as well.
>
> -Nathan
>
|