[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patc
From: |
Philip Nienhuis |
Subject: |
[Octave-patch-tracker] [patch #8656] Variable Editor (expanded from Patch #8316) |
Date: |
Wed, 07 Oct 2015 17:57:46 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38 |
Follow-up Comment #43, patch #8656 (project octave):
char strings go fine; char arrays less so:
> b = {"thisisatext"; "anothertext"}
b =
{
[1,1] = thisisatext
[2,1] = anothertext
}
>> cell2mat (b)
ans =
thisisatext
anothertext
>> class (ans)
ans = char
>>
gives the attached pic.
Char arrays aren't used that much AFAIK so maybe no big deal.
(file #35095)
_______________________________________________________
Additional Item Attachment:
File name: VarEd_char-array.png Size:16 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8656>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/