[Scilab-users] using csvRead vs mfscanf and fscanfMat

Lester Anderson arctica1963 at gmail.com
Mon Oct 17 10:25:32 CEST 2016


Hello, I ran the same code on my machine and actually got worse results:

-->exec('Q:\Scilab_code\csvread_write.sce', -1)

    1.    12.    2015.    1.    15.    0.    12.    1.1  - 2.2

    1.    12.    2015.    1.    15.    0.    12.    1.1  - 2.2

!01.12.2015  1  15  0.12  1.1  -2.2  !

time1= 1.21681
time2= 2.19961
time3= 51.7923

Windows 7 64-bit and 64 Gb Ram. (Scilab 5.5.2). Is this a bug if the
csvRead result is so different?

Lester

>>
>> The results for a 50,000-lines input ASCII file are:
>>     time1= 0.686404   // mfscanf
>>     time2= 0.499203   // fscanfMat
>>     time3= 35.3966    // csvRead
>
> .



More information about the users mailing list