Path: news.mathworks.com!not-for-mail
From: "Jadeson " <earth9192@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Help on Excel file reading
Date: Tue, 15 Apr 2008 14:12:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 15
Message-ID: <fu2d3i$l1o$1@fred.mathworks.com>
Reply-To: "Jadeson " <earth9192@hotmail.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 1208268722 21560 172.30.248.38 (15 Apr 2008 14:12:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 15 Apr 2008 14:12:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1316566
Xref: news.mathworks.com comp.soft-sys.matlab:463085


I am trying to read the date and time from excel. 

e.g. 10/10/2007 12:00

I use this commend: 

A=xlsread(name)

however, there is no value returned.

How can I resolve this problem?

3x.