<span style="font-family: courier new,monospace;">Hi Paul,</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">1- Have a look at the excel2sci function. It works just fine for me using the following code:</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">tmp = excel2sci('mycsv.csv',',');            // reading the file</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">data.headers = tmp(1,:);                     // extract headers</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">data.data    = evstr(tmp(2:size(tmp,1),:));  // extract data</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">2- IMO, this is an Excel question rather than a Scilab question. If you saved your Scilab Plot in a graph (e.g. png), you could insert it directly in Excel.<br>

<br>HIH<br><br>Sebastien<br style="font-family: courier new,monospace;"></span><br style="font-family: courier new,monospace;"><div style="font-family: courier new,monospace;" class="gmail_quote">On Sun, Feb 28, 2010 at 6:03 AM, Paul CARRICO <span dir="ltr"><<a href="mailto:paul.carrico@free.fr">paul.carrico@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">








<div link="blue" vlink="purple" lang="FR">

<div>

<p class="MsoNormal"><span lang="EN-US">Hi all,</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US">I’m a new user in Scilab soft (it
seems to be great) as well as on any similar soft (matlab).</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US">I downloaded tutorials in the web and I’m
working on it.</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US">I’ve  lot of question but let me
starting by some general  ones ...</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p><span lang="EN-US"><span>1)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">     
</span></span></span><span lang="EN-US">Does Scilab recognize/import the
csv files (the columns are separated by a coma and not a space)</span></p>

<p><span lang="EN-US"><span>2)<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">     
</span></span></span><span lang="EN-US">I wrote a function and I’m
learning on how to plot curves … however is it possible to export such
curves in excel file ?</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US">Thanks for any help or advice</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p>

<p class="MsoNormal"><span lang="EN-US">Regards</span></p>

<p class="MsoNormal"><span lang="EN-US"> </span></p><font color="#888888">

<p class="MsoNormal"><span lang="EN-US">PC</span></p>

</font></div>

</div>


</blockquote></div><br style="font-family: courier new,monospace;">