Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: run code on multiple xls files
Date: Sun, 4 Oct 2009 13:27:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <haa7r5$are$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1254662821 11118 172.30.248.38 (4 Oct 2009 13:27:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 4 Oct 2009 13:27:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1710231
Xref: news.mathworks.com comp.soft-sys.matlab:574794


Hi,

I currently developed a code that takes in only 1 .xls file and runs an analysis. I was wondering if there is a simple way to change the code to take each .xls file in the current dir at a time, run the current code, and save the outputs for each analysis of the respective .xls file.

Thanks !