From: Stefan v. d. W. <st...@su...> - 2005-06-13 22:30:09
|
Here is a patch that fixes an end-of-line problem in the previous version. Thanks to Keith Goodman for finding the bug. Regards Stefan On Mon, Jun 13, 2005 at 06:01:57PM +0200, Stefan van der Walt wrote: > Please review the attached version of `textread'. > > This version is aimed at increasing the speed at which `textread' > (currently implemented as an m-file) operates. Since it is used for > reading data files, often thousands of lines in length, > re-implementing the function in C++ seems to be the right thing to do. > > The interface is MATLAB compatible, but none of the optional > parameters are implemented. Also, only a subset of the format > specifiers are included: %s, %d (or %u or %f) and %*. > > Regards > Stefan > |