[scilab-Users] [SPAM] how to quickly transform a string in a double when my HDD is full?

Adrien Vogt-Schilb vogt at centre-cired.fr
Wed Feb 29 11:45:51 CET 2012


On 29/02/2012 11:40, Allan CORNET wrote:
>
> Hi,
>
> Have you try csv_stringtodouble or csv_textscan ?
>
> stacksize("max")
>
> N=10000;
>
> paf = string(rand(N,1));
>
> tic(),R = csv_stringtodouble(paf);toc()
>
> Allan
>
>
Great, those perform better. Thank you.
Maybe you should take care of 
http://bugzilla.scilab.org/show_bug.cgi?id=4594


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20120229/84ccb1a4/attachment.htm>


More information about the users mailing list