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

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

[Octave-bug-tracker] [bug #49289] getenv('PROCESSOR_ARCHITECTURE') just


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49289] getenv('PROCESSOR_ARCHITECTURE') just returns generic results
Date: Fri, 7 Oct 2016 09:55:10 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #10, bug #49289 (project octave):

What about the output of computer():

http://www.mathworks.com/help/matlab/ref/computer.html

Octave returns this:


>> computer
x86_64-pc-linux-gnu
>> computer('arch')
ans = gnu-linux-x86_64


while Matlab returns:


>> computer
ans =
GLNXA64
>> computer('arch')
ans =
glnxa64


Which makes me notice that, with Octave, computer() prints the output instead
of returning it as an output argument.

[I realize I am hijacking this thread with a related but distinct issue, let
me know if I should open a new bug report instead].

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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