Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: publish to html

Subject: publish to html

From: mut

Date: 25 Oct, 2007 15:36:08

Message: 1 of 2

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

Subject: Re: publish to html

From: Matthew Simoneau

Date: 02 Nov, 2007 22:18:54

Message: 2 of 2

You can't currently publish functions. One workaround would
be to assign this variable in the base workspace, say
"file", and then have your script refer to that same
variable (since it is evaluated in the base workspace).

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
publish mut 25 Oct, 2007 11:40:03
html mut 25 Oct, 2007 11:40:03
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics