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

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

[Octave-bug-tracker] [bug #56973] display of string/char objects using q


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #56973] display of string/char objects using quotes
Date: Mon, 30 Sep 2019 14:54:53 -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/?56973>

                 Summary: display of string/char objects using quotes
                 Project: GNU Octave
            Submitted by: cbm
            Submitted on: Mon 30 Sep 2019 06:54:51 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:

Sometime between R2015 and R2018b, Matlab starting printing strings and char
arrays with quotes:

>> c = 'hello'

c =

    'hello'

>> s = "hello"

s = 

    "hello"

>> disp(c)
hello
>> disp(s)
hello


Note "disp" still behaves the same.  I think I like this change.  Should we do
it as well?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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