[scilab-Users] Create ColorMap using Excel data

Mike Page Mike at Page-One.Waitrose.com
Mon Sep 26 15:53:21 CEST 2011


Hi Tim,

An easy way is to save the Excel data as a CSV file.  You can plot this as a
colormap using something like

a=read_csv("filename.csv");
n=evstr(a);
Matplot(n);

The help system will explain what these functions do.

If you have a more specific problem, then please ask it on this user group.

Hope that helps,
Mike.



-----Original Message-----
From: TimTDP [mailto:tim at autobar.co.za]
Sent: 26 September 2011 14:08
To: users at lists.scilab.org
Subject: [scilab-Users] Create ColorMap using Excel data


Hi All

I am new to Scilab, and the entire concept!!!

I want to create a colormap using data in an Excel spreadsheet.

Where can I get a dummies guide for this?

Thanks

--
View this message in context:
http://mailinglists.scilab.org/Create-ColorMap-using-Excel-data-tp3369191p33
69191.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at
Nabble.com.
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1410 / Virus Database: 1520/3919 - Release Date: 09/25/11




More information about the users mailing list