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

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

[Octave-bug-tracker] [bug #52479] textscan ignores leading spaces when c


From: Motius
Subject: [Octave-bug-tracker] [bug #52479] textscan ignores leading spaces when creating cell from string/file
Date: Fri, 24 Nov 2017 04:28:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #8, bug #52479 (project octave):

Hello,

results of:

a = "\t\ta\tb\tc\n"
textscan(a, '%s', 'delimiter', {sprintf('\t')})


is:

ans =
  cell
  {1Ă—1 cell}


with Matlab R2017a (Windows®).

I don't think that the code I'm working with uses double quotes (cf. 'a'
variable)... 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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