Path: news.mathworks.com!not-for-mail
From: "Matthew Simoneau" <matthew@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Publishing of Symbolic Equations through TEX
Date: Tue, 22 Jan 2008 20:43:01 +0000 (UTC)
Organization: The MathWorks
Lines: 12
Message-ID: <fn5kgl$c9$1@fred.mathworks.com>
References: <fn322h$36v$1@fred.mathworks.com> <fn3461$2l2$1@fred.mathworks.com> <fn5i3p$mq3$1@fred.mathworks.com>
Reply-To: "Matthew Simoneau" <matthew@mathworks.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201034581 393 172.30.248.37 (22 Jan 2008 20:43:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 22 Jan 2008 20:43:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 25640
Xref: news.mathworks.com comp.soft-sys.matlab:447049


OK, I'm with you.  Thanks for the detail.

The filename is generated by hashing the actual text of the
TeX.  See toolbox/codetools/private/hasEquation.m for the
simple algorithm.  You should be able to do this same
calculation in VBA.  

(I'll also give you a heads up that the hash function we use
is changing in the next release to something more
complicated, so you'll have to look at this again in the
future.)