[Scilab]: execution time of "mputl" function

goudier at free.fr goudier at free.fr
Fri Mar 25 22:08:09 CET 2011


Hi,

Pleased "to meet" you.
I have a problem in writing big ASCII files with "mputl" function :
For instance with this code :

stacksize('max');
IM=zeros(1000,1000);
IM=matrix(IM,1,1000000);
IM = string(IM);
timer();
mputl(IM,"essai.txt");
Time=timer()

With Scilab 5.1.1 Time=18s but with Scilab 5.3.1 Time=9mn !!
What is the matter with this ?!

Many thanks if you have an idea and if you could reply to this mail.

Best Regards,   Jean-Luc Goudier




More information about the users mailing list