|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #59113] Warning when String property of a uicontrol is a char array |
| Date: | Mon, 14 Sep 2020 12:31:38 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 |
Update of bug #59113 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
Confirmed. There are two issues here. The first is the new warning message
which isn't needed. I'll look at that now.
The second is the return value for the "String" property. Matlab converts the
first two examples into 3x1 char arrays while Octave converts to a single
pipe-delimited string. Could you file a new bug report about that? It looks
less urgent to fix as the difference is cosmetic. Matlab allows the
pipe-delimited syntax
set (U, 'String', 'X|Y|Z')
which means code will work interoperably between Octave and Matlab.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59113>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |