I think csvRead is just fine.

[data header] = csvRead(fname, ' ', '.', 'string', [], [], [], 0);

As you may notice the data Matrix contains a lot of empty columns.

This is due to the many white spaces in the text file

anyways, after reading the dta in you may use evstr() to convert into doubles.


BR

Philipp



Am Do., 10. Sept. 2020 um 04:03 Uhr schrieb <
[email protected]>:

> Hello Daniel,
>
> Do you have try with "evstr" function ?
>
> data = evstr(mgetl("output.txt"));
>
> Regards,
> Antoine
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.scilab.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to