[scilab-Users] csv file

Paul CARRICO paul.carrico at free.fr
Sun Feb 28 17:46:00 CET 2010


Thanks for this first answer,

 

Item 2 : this is probably a misunderstanding  .. indeed I want to know if
SCILAB can generate an excel file with graphs (kind of template for external
export) ?

 

Paul

 

De : sbihorel at gmail.com [mailto:sbihorel at gmail.com] De la part de Sébastien
Bihorel
Envoyé : dimanche 28 février 2010 14:19
À : users at lists.scilab.org
Objet : Re: [scilab-Users] csv file

 

Hi Paul,

1- Have a look at the excel2sci function. It works just fine for me using
the following code:

tmp = excel2sci('mycsv.csv',',');            // reading the file
data.headers = tmp(1,:);                     // extract headers
data.data    = evstr(tmp(2:size(tmp,1),:));  // extract data

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.

HIH

Sebastien

On Sun, Feb 28, 2010 at 6:03 AM, Paul CARRICO <paul.carrico at free.fr> wrote:

Hi all,

 

I’m a new user in Scilab soft (it seems to be great) as well as on any
similar soft (matlab).

 

I downloaded tutorials in the web and I’m working on it.

 

 

 

I’ve  lot of question but let me starting by some general  ones ...

 

1)      Does Scilab recognize/import the csv files (the columns are
separated by a coma and not a space)

2)      I wrote a function and I’m learning on how to plot curves 
 however
is it possible to export such curves in excel file ?

 

Thanks for any help or advice

 

Regards

 

PC

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100228/a64835c7/attachment.htm>


More information about the users mailing list