pwExportModelToHTML
pwExportModelToHTML(m, filename, includeHeader, includeCSS,
includeJavaScript, imageSmallURL, imageLargeURL)
Exports model m to a html file given by <filename>.
m A model struct.
filename Target html file.
includeHeader If true (default), a html head is included.
includeCSS If true (default), cascading style sheets are included.
includeJavaScript If true (default), JavaScript functions are included,
e.g. to display tooltips.
imageSmallURL URL to a thumbnail of the model.
imageLargeURL URL to a normal sized picture of the model.
Note
If no model is specified, the highest selected model
in the couple-list is used.
See also