[Scilab-users] read format

Samuel Gougeon sgougeon at free.fr
Mon Oct 12 20:54:05 CEST 2015


Le 12/10/2015 18:07, Clément David a écrit :
> M = csvRead('/tmp/sample.csv', ';', "double");
> values = M(:,2);
Indeed, or simply

M = csvRead(theFileName, ';');

Without trying, i thought that meeting the date "01/03/2015  00:01:00;" would yield an error. But it is managed softly: it yields %nan instead.
Scilab is great when it manages things softly :)
This is why ieee(2) would be a soft default ;)

Samuel

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


More information about the users mailing list