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

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

[Octave-bug-tracker] [bug #37816] plotting logical values bug


From: anonymous
Subject: [Octave-bug-tracker] [bug #37816] plotting logical values bug
Date: Mon, 26 Nov 2012 12:05:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.40 Safari/537.11

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

                 Summary: plotting logical values bug
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 26 Nov 2012 12:05:24 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Manfred Scheucher
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

M = [1,2,3,4,3,2,1]
N = M>2

plot(N)   % fails and plots the line y=x, 
          % because of logical values?? (but works in matlab)
plot(N+0) % workarround for octave






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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