Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: publish to html
Date: Thu, 25 Oct 2007 15:36:08 +0000 (UTC)
Organization: AIBILI
Lines: 28
Message-ID: <ffqd58$icv$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 1193326568 18847 172.30.248.38 (25 Oct 2007 15:36:08 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 25 Oct 2007 15:36:08 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 567604
Xref: news.mathworks.com comp.soft-sys.matlab:434621



hi all:

on my computer i have some directories with some dozens of
images that from time to time i need to check. this task is
some how tedious because i have to check the name of the
file, then the properties and open it in a image browser to
see if i am looking at what i should.

to simplify this task i wrote a script for this....  it
opens several figures, where i also display the relevant
information that i need. this reminded me that i could use
file >> publish to html function. and it turns out ok....  

the thing is that i want to change the script into a
function,  i give a path to a directory as an input argument
and the function calls the publish to html function...  this
would avoid making html code....  

i have check the matlab's manual but i couldn't get anything
on this....  looking for examples i saw the m2html tollbox
but it does it by making html code or something like that
for a template.....

hope to ear from you soon

thanks in advance

mut