Le 05/03/2013 08:34, Carrico, Paul a écrit :
.../...
After reading a text file (mgetl), removing the comments, I've finally a matrix of string containing only numbers... what is the fastest way to convert those string into reals (I don't remember)?
using "eval" function is quite slow

In addition to solutions already provided, you may use*strtod()*. It is made for that.

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to