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

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

[Octave-bug-tracker] [bug #35236] Incorrect error message when using mat


From: anonymous
Subject: [Octave-bug-tracker] [bug #35236] Incorrect error message when using mathematical constant e in fplot
Date: Wed, 04 Jan 2012 13:51:57 +0000
User-agent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0

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

                 Summary: Incorrect error message when using mathematical
constant e in fplot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 04 Jan 2012 01:51:56 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Anders Andersson
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The mathematical constants e and pi are both pre-defined in Octave. However,
not to an equal degree. Compare for example


f=inline('e^x')


which defines f as a function of two variables, e and x, with


f=inline('sin(pi*x)')


which defines f as a function of only one variable, x.

Furthermore, while 


fplot('sin(pi*x)',[0,1])


works as expected,


fplot('e^x',[0,1])


gives the confusing and incorrect error message


error: `x' undefined near line XX column XX







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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