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

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

[Octave-bug-tracker] [bug #49364] odeset does not implement non-exact ma


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #49364] odeset does not implement non-exact match to property name.
Date: Thu, 20 Oct 2016 19:43:03 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

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

> However, if you use fieldnames then both "empty" structures above report
that they are empty.

This alone will not work if the struct had fields before and was then
"emptied" (depending on how define empty struct).


octave:1> x.foo = 1;
octave:2> x(1) = []
x =

  1x0 struct array containing the fields:

    foo

octave:3> fieldnames (x)
ans = 
{
  [1,1] = foo
}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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