Re: [Scilab-users] fscanfMat limitations/failure function

2012-11-20 Thread Paul Carrico
dru Envoyé : mercredi 21 novembre 2012 00:54 À : users@lists.scilab.org Objet : Re: [Scilab-users] fscanfMat limitations/failure function On 20/11/2012 22:00, Paul Carrico wrote: > You can use csvRead (Atoms package) in order to read huge ascii files > … it’s a more powerfull and a faste

Re: [Scilab-users] fscanfMat limitations/failure function

2012-11-20 Thread Sylvestre Ledru
On 20/11/2012 22:00, Paul Carrico wrote: > You can use csvRead (Atoms package) in order to read huge ascii files … > it’s a more powerfull and a faster alternative to fscanMat … Just to make thing clear, csvRead is included by default in 5.4.0. In previous version, it is csv_read through the ATOMS

Re: [Scilab-users] fscanfMat limitations/failure function

2012-11-20 Thread Paul Carrico
: users@lists.scilab.org Objet : [Scilab-users] fscanfMat limitations/failure function Hello, I need to post treat data from a data logger (temperatures, strains, etc). Raw data are in a txt file with numbers and Tabulation column separator. File size can goes up to 100 Mb (> 400.000 lines)

[Scilab-users] fscanfMat limitations/failure function

2012-11-20 Thread Gautier, Alexis
Hello, I need to post treat data from a data logger (temperatures, strains, etc). Raw data are in a txt file with numbers and Tabulation column separator. File size can goes up to 100 Mb (> 400.000 lines) I use "fscanfMat" function to read the raw data file before post treatment and most of time