> Date: Mon, 28 Jan 2008 20:41:17 +0100 > From: Olivier Lefevre <[EMAIL PROTECTED]> > Subject: Re: [OctDev] Probable xlsread bug > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Yes, to address the speed issue one may have to step outside > Octave proper but what about the would-be bug? Is it a bug or > a feature? Is the xlsread author reading this forum? > > Regards, > > -- O.L. >
I am sure what you reported is a bug. xlsread uses str2double internally to read the data. I suggest you try to see if str2double is actually where the bug is; if so, then you can report to bug-octave. Jonathan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
