octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

system and shell_cmd


From: Rik
Subject: system and shell_cmd
Date: Tue, 06 Dec 2011 14:53:43 -0800

12/6/11

Can someone with access to Matlab run the following code snippet?

system ('echo hello')

I think it will return just the output, but it might return the output and
the status.

Also,

x  = system ('echo hello')

Is x set to status or the actual output of the command?

Finally, is there any objection to deprecating shell_cmd which is an alias
for system?

Cheers,
Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]