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

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

[Octave-bug-tracker] [bug #46190] ode45: string not accepted as first in


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #46190] ode45: string not accepted as first input
Date: Mon, 12 Oct 2015 20:46:42 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:41.0) Gecko/20100101 Firefox/41.0

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

                 Summary: ode45: string not accepted as first input
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Mon 12 Oct 2015 10:46:41 PM CEST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: In Progress
             Assigned to: cdf
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:


The following works in Matlab but returns an error in Octave


>> o = odeset ();
>> t = [0 2*pi];
>> x0 = 0;
>> fun = 'fp';
>> sol =  ode45 (fun, t, x0, o)


Actually nothing in the internal implementation would prevent
the first input to be passed as a string, but the initial check
explicitely forbids it.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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