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