<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 10/12/2016 16:18, Claus Futtrup a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:5798a8e8-03f7-5d6e-86f6-0f46ada2416a@gmail.com"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hi Samuel<br>
        <br>
        Indeed it looks simpler than using csvRead, I will look into
        this function as well. It looks like it cuts off some of the
        decimals. </div>
    </blockquote>
    <br>
    Very unlikely. At least not a single one for the full file you sent
    to me:<br>
    f = mgetl(filename);<br>
    f(1:5) = [];<br>
    s = sprintf("%9.3f %+10.4f %+10.4f  \n",Mread);<br>
    and(f==s)<br>
    <br>
    <tt>-->f = mgetl(filename);</tt><tt><br>
    </tt><tt>-->f(1:5) = [];</tt><tt><br>
    </tt><tt>-->s = sprintf("%9.3f %+10.4f %+10.4f  \n",Mread);</tt><tt><br>
    </tt><tt>-->and(f==s)</tt><tt><br>
    </tt><tt> ans  =</tt><tt><br>
    </tt><tt>  T  </tt><tt><br>
    </tt><br>
    Trailing zeros are not displayed in the console. This can be
    misleading (and is unconvenient), but actual values are ok.<br>
    <br>
    Samuel<br>
    <br>
  </body>
</html>