[Scilab-users] Can't Find the Error

Jan Åge Langeland j-lan at online.no
Sat Dec 2 08:59:01 CET 2017


On 30.11.2017 20:35, rentboi wrote:
> Hey everyone
>
>
> I kept on trying to find out what the error is in the code below,
Apparently your data are not separated by ascii(9) - tab.

Anyway, If you just want the numbers:
temp2=strtod(csvRead("filename", ascii(13),'.','string',[',' ' 
'])(2:($-1)));

Jan




More information about the users mailing list