[Scilab-users] {EXT} csvread different separator

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Tue May 24 09:28:16 CEST 2016


Hello,

> De : users [mailto:users-bounces at lists.scilab.org] De la part de Florian Winter
> Envoyé : lundi 23 mai 2016 23:15
>
> It is a rather large file so I wanted to use the csvread function
> [...]
> It looks like this:
>
> 1 2  3   4   5 6 7   8

You can try:

a = csvRead("foo.csv", " ")

b = a(~(isnan(a)))

HTH

Regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


More information about the users mailing list