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

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

[Octave-bug-tracker] [bug #30380] Incorrect plotting of a Uint8 variable


From: alberto
Subject: [Octave-bug-tracker] [bug #30380] Incorrect plotting of a Uint8 variable
Date: Wed, 07 Jul 2010 14:16:32 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; es-ES; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

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

                 Summary: Incorrect plotting of a Uint8 variable
                 Project: GNU Octave
            Submitted by: elrezad
            Submitted on: miƩ 07 jul 2010 14:16:31 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When you have an Uint8 array of more than 256 elements and you try to plot
it, it only plots the first 256 elements. For example:

a=uint8(1:400);
plot(a);

will plot only the first 256 elements.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/




reply via email to

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