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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to