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

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

[Octave-bug-tracker] [bug #52673] fplot gives error for fplot(@(x) 0, [-


From: anonymous
Subject: [Octave-bug-tracker] [bug #52673] fplot gives error for fplot(@(x) 0, [-2, 2])
Date: Fri, 15 Dec 2017 06:38:07 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36

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

                 Summary: fplot gives error for fplot(@(x) 0, [-2,2])
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 15 Dec 2017 11:38:05 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: omer
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

fplot function gives error for the function handler that returns constant 0.
The problem is not occur with different constants. 


fplot(@(x) 0, [-2, 2])
error: 'fcn_transpose' undefined near line 180 column 9
error: called from
    fplot at line 180 column 5


The fplot is okey with the 


fplot(@(x) 0*x, [-2, 2])






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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