octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46754] MXE Octave - system command behaves di


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #46754] MXE Octave - system command behaves different on error
Date: Fri, 25 Dec 2015 20:47:38 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Follow-up Comment #2, bug #46754 (project octave):

I prefer the Matlab way, which sends the error to y (in the example) and not
to the screen.

for example


[x,y] = system ('kuku');
if (x == 0)
## kuku exists do the following things ....

else
## kuku does not exist
end


without filling the screen with garbage.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46754>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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