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

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

[Octave-bug-tracker] [bug #49362] odeset lacks 3 of 4 OutputFcns for Mat


From: Rik
Subject: [Octave-bug-tracker] [bug #49362] odeset lacks 3 of 4 OutputFcns for Matlab Compatibility
Date: Sun, 16 Oct 2016 17:11:02 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

URL:
  <http://savannah.gnu.org/bugs/?49362>

                 Summary: odeset lacks 3 of 4 OutputFcns for Matlab
Compatibility
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 16 Oct 2016 10:10:59 AM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0-rc2
        Operating System: Any

    _______________________________________________________

Details:

According to the documentation, there are 4 built-in OutputFcns available.


odeplot  Plot all components of the solution vs. time
odephas2         2-D phase plane plot of the first two solution components
odephas3         3-D phase plane plot of the first three solution components
odeprint         Print solution and time step


Octave currently only supports 'odeplot'.  At a minimum, 'odeprint' looks like
it would be simple to implement.

The other two should probably be implemented only *after* odeplot has been
optimized.  odeplot is currently quite slow because it calls plot for every
single cycle, rather than just updating the existing data.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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