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

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

[Octave-bug-tracker] [bug #49389] inputParser changes order of Results s


From: Rik
Subject: [Octave-bug-tracker] [bug #49389] inputParser changes order of Results structure depending on order by which parameters are assigned
Date: Fri, 21 Oct 2016 15:47:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #8, bug #49389 (project octave):

What I am trying to achieve is something similar to the way graphics
properties are handled.  Every object has a core set of  graphics properties
that are listed first, followed by the list of properties that are specific to
the object in question.

>From a user perspective, I think it will be easiest to understand if the core
set of ODE solver options is presented first and in alphabetical order,
followed by any customized properties supplied by the user.

One way to achieve that is to have full Matlab compatibility for the
inputParser function.  The other would be to post-process the Results
structure with orderfields(), but it sounds like Carlo has an approach that
will work.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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