From: Gamini on
Hello;

I have a Matlab script and was wondering how to create a time delay like a sleep/pause.

Thanks.

Gamini
From: Wayne King on
"Gamini " <gaminib(a)gmail.com> wrote in message <hm08g5$8mt$1(a)fred.mathworks.com>...
> Hello;
>
> I have a Matlab script and was wondering how to create a time delay like a sleep/pause.
>
> Thanks.
>
> Gamini

See

>>doc pause
From: Tunc on
"Gamini " <gaminib(a)gmail.com> wrote in message <hm08g5$8mt$1(a)fred.mathworks.com>...
> Hello;
>
> I have a Matlab script and was wondering how to create a time delay like a sleep/pause.
>
> Thanks.
>
> Gamini

This is usually the first place to look for: help/doc pause