|
From: | Michael Goffioul |
Subject: | [Octave-bug-tracker] [bug #41553] sq_string text format includes length for every element |
Date: | Tue, 11 Feb 2014 18:20:00 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36 |
Follow-up Comment #2, bug #41553 (project octave): I think this is expected behavior. The variable "a" is a 2D matrix of characters. If you look at its size, it'll tell you 3x8. All rows are automatically padded with space characters. Use a cell array of strings if you want to avoid padding the strings. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?41553> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |