From: Fritz Sonnichsen on
Is there way to have a matlab program stop and wait on an keyboard input from the command panel? I looked over the documentation and was surprised to find nothing like this.

Thanks
Fritz
From: Wayne King on
"Fritz Sonnichsen" <fsonnichsen(a)N0SPM.whoi.edu> wrote in message <hkaen7$7l5$1(a)fred.mathworks.com>...
> Is there way to have a matlab program stop and wait on an keyboard input from the command panel? I looked over the documentation and was surprised to find nothing like this.
>
> Thanks
> Fritz

Hi Fritz,

>>doc input

or

>>doc waitforbuttonpress

depending on what your goal is.

Wayne