Home > Objects > @iData > publish.m

iFit/publish

PURPOSE ^

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

SYNOPSIS ^

function a = publish(a, filename)

DESCRIPTION ^

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

   @iData/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 (iData)
         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(iData(peaks)); webbrowser(b, 'system')

 Version: Nov. 26, 2018
 See also iData, iData/save

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1