Path: news.mathworks.com!not-for-mail
From: "Anna Chen" <icedredtea@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: putting together "cell" and "double"
Date: Fri, 1 Aug 2008 18:13:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 17
Message-ID: <g6vjne$68m$1@fred.mathworks.com>
Reply-To: "Anna Chen" <icedredtea@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217614383 6422 172.30.248.37 (1 Aug 2008 18:13:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 1 Aug 2008 18:13:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1455324
Xref: news.mathworks.com comp.soft-sys.matlab:483179



hello,
i have a file that contains a data table, with data and the 
header names.  when i use xlsread, the data part gets put 
as "double," but the header names all get put into "cell" 
format, and i can't figure out how to splice the two 
together.  can anyone help?

i guess basically, if i have something like "dwe ewrwe ere" 
that is in cell format, and i want to put it over " 1 3 4" 
which are numbers to get

dwe ewrwe ere
1    3     4

how would i do that?  

thanks!