octave-maintainers
[Top][All Lists]
Advanced

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

Re: strread.m


From: Ben Abbott
Subject: Re: strread.m
Date: Thu, 04 Aug 2011 20:37:56 -0400

On Aug 4, 2011, at 11:27 AM, John W. Eaton wrote:

> On  3-Aug-2011, Philip Nienhuis wrote:
> 
> | > I will probably try to write textscan in C++.  It's up to you whether
> | > you want to continue fixing problems in strread, but given the
> | 
> | Do you have a time schedule in mind?
> | That would help me make a better decision of what to do.
> 
> I started working on it yesterday.  So far I've only implemented the
> part that decodes the format.  I'll try for at least some of the
> conversions today.  Then I may need help in figuring out how to
> properly return the variables that are read from the file.  Then we
> will also need to handle the parameter/value options.
> 
> The diffs below are what I have now.  You can do things like
> 
>  fid = fopen ("any-existing-file");
>  xtextscan (fid, "any format here for testing")
> 
> and xtextscan will display the components of the format.
> 
> jwe

When you have questions, I'm happy to try to help.

Ben




reply via email to

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