<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 08/02/2014 02:21, samaelkreutz a
écrit :<br>
</div>
<blockquote cite="mid:1391822500814-4028534.post@n3.nabble.com"
type="cite">
<pre wrap="">:( nop, it doesn't work
<a class="moz-txt-link-rfc2396E" href="http://mailinglists.scilab.org/file/n4028534/Captura_de_pantalla_2014-02-07_a_la%28s%29_22.18.25.png"><http://mailinglists.scilab.org/file/n4028534/Captura_de_pantalla_2014-02-07_a_la%28s%29_22.18.25.png></a> </pre>
</blockquote>
Yes, i did not pay attention to the management of files names in
your script.<br>
How are numbered the names of your files?<br>
Assuming that they are: export_5-20HZ_C1.txt, export_5-20HZ_C2.txt,
etc, then <br>
<br>
<tt> for i=1:1:4//
</tt><tt><br>
</tt><tt> DM = fscanfMat(msprintf("export_5-20HZ_C%d.txt",i));</tt><tt><br>
</tt><tt> figure(i);</tt><tt><br>
</tt><tt> plot(DM(:,7), DM(:,4), 'ro*', DM(:,7), DM(:,5), 'o')
</tt><tt><br>
</tt><tt> end
</tt><tt><br>
</tt><tt>
</tt><br>
should work, provided that files are set in the working directory
(run <i>pwd, dir</i> to see it and them)<br>
and are well formatted to be accepted by fscanfMat().<br>
<br>
Samuel<br>
<br>
</body>
</html>