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

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

[Octave-bug-tracker] [bug #53027] Strange behavior of globals with load


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #53027] Strange behavior of globals with load
Date: Thu, 22 Mar 2018 15:48:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

Follow-up Comment #6, bug #53027 (project octave):

Sure, thanks for looking into it.  As you predicted, the Matlab R2017b output
of file #43631:


>> format compact
>> [m_exist, n_exist] = ntest ()
n_exist =
     0
m_exist =
     0
m_exist =
     0
n_exist =
     0


Octave 4.2.2 and 4.3.0+ (without my patch file #43629):


>> [m_exist, n_exist] = ntest ()
n_exist = 0
m_exist =  1
m_exist =  1
n_exist = 0



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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