Path: news.mathworks.com!not-for-mail
From: "Sadik " <sadik.hava@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Problem in using "Paste Excel Data"
Date: Sat, 23 May 2009 17:15:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <gv9aum$mg0$1@fred.mathworks.com>
References: <gv81kr$nrf$1@fred.mathworks.com>
Reply-To: "Sadik " <sadik.hava@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1243098902 23040 172.30.248.38 (23 May 2009 17:15:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 23 May 2009 17:15:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1666517
Xref: news.mathworks.com comp.soft-sys.matlab:542040


Why don't you use xlsread?

"Robert " <jymail8899-web@yahoo.com.hk> wrote in message <gv81kr$nrf$1@fred.mathworks.com>...
> Hi,
> I'm trying to copy some String data from MS Excel and found that some string data 
> 
> 'CLF' and 'HOT' cannot pasted to a cell variable.
> 
> 'CLF' will changed to '1'   and
> 'HOT' will changed to a cell matrix
> 
> Is anybody have the similar problem?  Is there any way to fix it?