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

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

[Octave-bug-tracker] [bug #51725] Adding mxGetProperty to Matlab API


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #51725] Adding mxGetProperty to Matlab API
Date: Sat, 12 Aug 2017 12:47:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #13, bug #51725 (project octave):

I checked in the following changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/a490e729f2f2

Now the tests pass for me.  Sorry for the confusion.

As for the nulltst function, it seems weird to me that we should get empty
matrices for values that are not even assigned to be anything.  Is that really
how Matlab works?  That's not what happens for a function like this, for
example:


octave:1> function r = foo () r = 1; end
octave:2> [a,b] = foo ()
a =  1
error: element number 2 undefined in return list



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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