contrib: dataread.m

View: New views
3 Messages — Rating Filter:   Alert me  

contrib: dataread.m

by Eric Chassande-Mottin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

here is an implementation of dataread.m. it does not
 include all features of the original matlab function but
 in many case, it does the job.

 eric.


_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave

dataread.m (1K) Download Attachment

Re: contrib: dataread.m

by dbateman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Eric Chassande-Mottin wrote:
here is an implementation of dataread.m. it does not
 include all features of the original matlab function but
 in many case, it does the job.
For now why not include this in the octave-forge io package.,..

D.

Re: contrib: dataread.m

by Eric Chassande-Mottin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> For now why not include this in the octave-forge io package.,..

I realized in the last days that dataread() is sort of redundant
with textread().  BTW, the mathworks webpages mention
that textscan() will replace textread() in the
future. Matlab has a lot of IO functions which does almost the
same thing. I'd rather maintain only one (textread since it does the
job better). In OctaveForge index, I would mention the
other functions with a pointer to the reference one.

eric