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

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

[Octave-bug-tracker] [bug #34637] display:not defined for class "double"


From: Loriano Galeotti
Subject: [Octave-bug-tracker] [bug #34637] display:not defined for class "double"
Date: Mon, 24 Oct 2011 20:47:51 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.51

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

                 Summary: display:not defined for class "double"
                 Project: GNU Octave
            Submitted by: loris
            Submitted on: Mon 24 Oct 2011 08:47:50 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hello,

 I found that octave display function cannot show the most of the data type.
 As example:

 /octave:13> display 'pluto';
 error: display: not defined for class "char"
 error: called from:
 error:
 C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\3.4.2\m\general\display.m at
 line 37, column 5
 octave:13> display (10)
 error: display: not defined for class "double"
 error: called from:
 error:
 C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\3.4.2\m\general\display.m at
 line 37, column 5
 /

 the same in matlab behave "correctly".
 />> display 'pluto'
 pluto
 >> display (10)

 ans =

    10/

It happens with GNU Octave Version 3.4.2, Octave3.4.2_gcc4.5.2 , running on
intel core 2duo  address@hidden, 4G ram, win xp pro, sp3, ver 2002, 32 bit (I
suppose). 

Thanks, Loris.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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