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

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

[Octave-bug-tracker] [bug #46236] GUI Workspace - use same column headin


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #46236] GUI Workspace - use same column headings as Matlab
Date: Sat, 17 Oct 2015 13:11:34 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

                 Summary: GUI Workspace - use same column headings as Matlab
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Sat 17 Oct 2015 01:11:32 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is more or less a bump of #44056
(https://savannah.gnu.org/bugs/?func=detailitem&item_id=44056) to add more
columns to the workspace GUI and let users hide/show specific columns in
Preferences.

Matlab has the following:

Name
Value 
Size 
Bytes 
Class 
Min 
Max 
Range 
Mean 
Median 
Mode 
Var 
Std

whereas Octave has:

Name
Class
Dimension
Value
Attribute

If I create A = sparse(1,1,i) then in Matlab the Value is 0+1i and the Class
is double (sparse complex). In Octave the same variable has Value ..., Class
double and Attribute complex. The latter heading is not present in Matlab.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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