|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #52479] textscan ignores leading spaces when creating cell from string/file |
| Date: | Fri, 24 Nov 2017 05:05:44 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #52479 (project octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #9:
Sorry, I forget that Matlab has introduced string arrays that use double
quotes as a creation symbol. I meant to create a string and process that.
a = sprintf ('\t\ta\tb\tc\n');
textscan(a, '%s', 'delimiter', {sprintf('\t')})
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52479>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |