<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 12/10/2015 18:07, Clément David a
écrit :<br>
</div>
<blockquote
cite="mid:1444666074.27795.13.camel@scilab-enterprises.com"
type="cite">
<pre wrap="">M = csvRead('/tmp/sample.csv', ';', "double");
values = M(:,2);
</pre>
</blockquote>
<font face="Arial">Indeed, or simply </font><br>
<pre wrap="">M = csvRead(theFileName, ';');
Without trying, i thought that meeting the date "<span style="color:rgb(188,143,143);">01</span><span style="color:rgb(92,92,92);">/</span><span style="color:rgb(188,143,143);">03</span><span style="color:rgb(92,92,92);">/</span><span style="color:rgb(188,143,143);">2015</span> <span style="color:rgb(188,143,143);">00</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(188,143,143);">01</span><span style="color:rgb(255,170,0);">:</span><span style="color:rgb(188,143,143);">00</span><span style="color:rgb(0,0,0);">;" </span>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
</pre>
</body>
</html>