


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