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

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

[Octave-bug-tracker] [bug #56974] Display size/type of non-double non-ch


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #56974] Display size/type of non-double non-char arrays
Date: Mon, 30 Sep 2019 15:07:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

URL:
  <https://savannah.gnu.org/bugs/?56974>

                 Summary: Display size/type of non-double non-char arrays
                 Project: GNU Octave
            Submitted by: cbm
            Submitted on: Mon 30 Sep 2019 07:07:11 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

In Matlab 2016b, they started displaying some metainfo along with non-double
and non-char arrays:

>> A = int64(round(10*rand(3,4)))

A =

  3x4 int64 matrix

    7    7    1    3
    8    7    5    6
    3    2   10    2

>> A = rand(2,3, 'single')       

A =

  2x3 single matrix

    0.7513    0.5060    0.8909
    0.2551    0.6991    0.9593



That looks nice to me: generally its important to me whenever something
*isn't* a double.  Should we do this too?




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56974>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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