Path: news.mathworks.com!not-for-mail
From: "Isaac " <asimov4000@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: problem with xlswrite1
Date: Mon, 2 Nov 2009 12:24:02 +0000 (UTC)
Organization: Asimov Fin
Lines: 11
Message-ID: <hcmj12$392$1@fred.mathworks.com>
Reply-To: "Isaac " <asimov4000@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 1257164642 3362 172.30.248.38 (2 Nov 2009 12:24:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 2 Nov 2009 12:24:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1380234
Xref: news.mathworks.com comp.soft-sys.matlab:581796


i tried to use xlswrite1 instead of xlswrite and, as i call it from some functions of mine and not from the command line, i changed, as suggested, the first line in 

Excel = evalin('caller', 'Excel');

but it gives me the following error:

??? Undefined function or variable 'Excel'.

how can i fix it? :)

thanks