Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: More details -- actxserver('excel.application')
Date: Mon, 6 Jul 2009 20:01:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <h2tl61$9u4$1@fred.mathworks.com>
References: <h2iud6$c94$1@fred.mathworks.com> <h2j2th$bbf$1@fred.mathworks.com> <h2tdva$20o$1@fred.mathworks.com> <h2tfpe$7jn$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 1246910465 10180 172.30.248.38 (6 Jul 2009 20:01:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 6 Jul 2009 20:01:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1895050
Xref: news.mathworks.com comp.soft-sys.matlab:553201


Yeah, that works.  But I was hoping to avoid looping in favor of a vectorized method.  In this case, there's no point trying to work around this in MATLAB.  It's far simpler to just do this in Excel (that is what it was made for after all), and then pull the resulting data into MATLAB.

Thanks.