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

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

[Octave-bug-tracker] [bug #47526] set with mixed struct and property-val


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #47526] set with mixed struct and property-value-pairs errors
Date: Thu, 24 Mar 2016 18:48:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

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

If it does, it appears to be undocumented.

But then again, things like


set (h, p1, v1, p2, v2, ...)


don't seem to be documented either, and I'm pretty sure that works.

It is, however, documented that you can do


set (handles, props, vals)


with handles props and vals all being cell arrays.  I'm not sure how
particular it is about sizes, though it appears to be possible to set
different values for a given property for each handle.

Also, I don't know whether calls like


set (handles, struct_array)


are supposed to work if struct array has the right dimensions for the vector
of handles.  I would assume so, since this could be converted directly to the


set (handles, props, values)


form.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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