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

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

[Octave-bug-tracker] [bug #53469] Request to make string, char more intu


From: Dildar Sk
Subject: [Octave-bug-tracker] [bug #53469] Request to make string, char more intuitive
Date: Mon, 26 Mar 2018 02:13:29 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

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

                 Summary: Request to make string,char more intuitive
                 Project: GNU Octave
            Submitted by: hodor123456
            Submitted on: Mon 26 Mar 2018 06:13:27 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Dildar Sk
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In MATLAB,


>> 'hodor123456'

ans =

    'hodor123456'

>> "hodor123456"

ans = 

    "hodor123456"

>> num2str('hodor123456')

ans =

    'hodor123456'


But in GNU Octave,


>> 'hodor123456'
ans = hodor123456
>> "hodor123456"
ans = hodor123456
>> num2str('hodor123456')
ans = hodor123456


So, how MATLAB treats Char and String is very fancy and
intuitive. So, if this feature also get implemented in Octave
would be good.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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