From: GEORGE ZHAO on
Any one knows how to run c shell script in matlab without opening another terminal window?

Thanks.
jiez
From: Wayne King on
"GEORGE ZHAO" <chichuzhe(a)gmail.com> wrote in message <hil55s$2r$1(a)fred.mathworks.com>...
> Any one knows how to run c shell script in matlab without opening another terminal window?
>
> Thanks.
> jiez

Hi, look at the help for system(), unix(), and

>>help punct
and look at the description of !

Hope that helps,
Wayne