Home > Objects > @iFunc > publish.m

iFit/publish

PURPOSE ^

b = publish(s) : export the Model object as an HTML document.

SYNOPSIS ^

function a = publish(a, filename)

DESCRIPTION ^

 b = publish(s) : export the Model object as an HTML document.

   @iFunc/publish function to export an object into a readable document.

   publish(a, file)  export to given file name
   publish(a, dir)   export to given directory

 input:  s: object or array (iFunc)
         filename: a file name or directory where to export. When not given
           the exportation takes place in the local directory.
 output: b: generated filename
 ex:     b=publish(gauss); webbrowser(b, 'system')

 Version: Aug. 22, 2017
 See also iFunc, iFunc/save

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1