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

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

[Octave-patch-tracker] [patch #8783] C++ implementation of textscan


From: Lachlan Andrew
Subject: [Octave-patch-tracker] [patch #8783] C++ implementation of textscan
Date: Mon, 14 Mar 2016 01:28:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #75, patch #8783 (project octave):

I've made a couple more changes (one was in handling expressions like %[a-z],
and another to do with uneven columns).  I'll post the patch soon.

Philip, the issue you mention is just my interpretation of the Matlab docs:
"If there are missing values and an end-of-line sequence at the end of the
*last line in a file*, then textscan returns empty values for those fields.
This ensures that individual cells in output cell array, C, are the same
size."  It will actually simplify the code to make it not distinguish between
files and strings, if that is what you would like.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8783>

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




reply via email to

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