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

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

[Octave-bug-tracker] [bug #32040] ppval fails after use of fnder


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32040] ppval fails after use of fnder
Date: Thu, 06 Jan 2011 07:26:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

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

It appears the Matlab spline and fnder functions create structures with the
fields 'form', 'breaks', 'coefs', 'pieces', 'order', and 'dim', but Octave
produces structures with the fields 'x', 'd', 'P', and 'orient' (for both) and
also 'k' for fnder.  What's the reason for the difference?  Is this something
that we should try to fix before the release?  I imagine someone somewhere
depending on these fieldnames, so they might as well be the same...

Also, it seems the orientation of the P field has changed.  For the example
below, pp.P is 1x9x4 now, but in 3.2.4 it is 9x4.  Why has this changed?  In
Matlab, it is apparently 9x4 (and called coefs instead of P).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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