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

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

[Octave-bug-tracker] [bug #57382] [octave forge](symbolic) fplot not wor


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #57382] [octave forge](symbolic) fplot not working with syms
Date: Sun, 8 Dec 2019 05:32:40 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

URL:
  <https://savannah.gnu.org/bugs/?57382>

                 Summary: [octave forge](symbolic) fplot not working with syms
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Sun 08 Dec 2019 10:32:39 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The Matlab function fplot works with symbolic functions as well.
For example, this code


syms x
f(x)=x^2;
fplot(f(x))


plots the parabola on the dafault [-5,5] interval.

symbolic 2.8.0 on GNu Octave 5.1.1 produces


error: isalnum: not defined for class
error: called from
    fplot at line 100 column 3





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57382>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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