SOM Toolbox Online documentation http://www.cis.hut.fi/projects/somtoolbox/

som_stats_report

som_stats_report(csS,fname,fmt,texonly)

 SOM_STATS_REPORT Make report of the statistics.
  
 som_stats_report(csS, fname, fmt, [standalone])

  som_stats_report(csS, 'data_stats', 'ps')

  Input and output arguments ([]'s are optional): 
   csS          (cell array) of statistics structs
                (struct) a statistics struct
   fname        (string) output file name (without extension)
                (cellstr) {direc, fname}
   fmt          (string) report format: 'ps', 'pdf', 'html' or 'txt'
   [texonly]    (any)    for 'ps' and 'pdf' formats: if 4th argument 
                         is given, only the tex file is written 
                         (w/o document start/end), and it is not compiled

 See also  SOM_STATS, SOM_STATS_PLOT, SOM_STATS_TABLE, SOM_TABLE_PRINT, REP_UTILS.



[ SOM Toolbox online doc ]