|
help punct:
! Exclamation point. Any text following the '!' is issued
as a command to the underlying computer operating system.
On the PC, adding & to the end of the ! command line, as in
!dir &
causes the output to appear in a separate window and for the window
to remain open after the command completes.
Adam Chapman <adam.chapman@student.manchester.ac.uk> wrote in message <d9def76a-5110-42a1-8a1b-6e1f5d97d39e@m3g2000hsc.googlegroups.com>...
> Hi,
>
> I recently used some source code that ran a batch file with the
> command
>
> !filename.bat
>
> where "filename" was the name of the batch file.
>
> I've never seen this ! notation used before, and can't find it in
> matlab help. Could it belong to UNIX syntax? I know Matlab does use
> unix syntax sometimes but have no experience with that.
>
> Regard,
> Adam
|