[Scilab-users] load ASCII files

Carrico, Paul paul.carrico at esterline.com
Mon Oct 1 08:09:00 CEST 2012


Hi,
 
If you only have columns of numbers, try "cvs_readwrite" function in atoms ... (very fast)
... if not, you need first to read the ASCII file with "mopen" and "mgetl" and than read blocks of lines with "csv_textscan"
 
Nb : concerning "mgetl", I 've found a limitation with a number of lines in-between 2.5 and 5 million
 
Paul
________________________________

De : users-bounces at lists.scilab.org [mailto:users-bounces at lists.scilab.org] De la part de Fernando Schimidt
Envoyé : lundi 1 octobre 2012 02:57
À : users at lists.scilab.org
Objet : [Scilab-users] load ASCII files


Hello guys,

Iam sorry for the stupid question, but how do I load a file in ASCII format (many variables distributed in columns), I already tried several formats of LOAD  function but without success.
Thank you very much for any help!

Fernando

--------------------------------------------------------------------------------


Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.

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


More information about the users mailing list