⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rep_utils.html

📁 Kohonen的SOM软件包
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html><head><title>SOM Toolbox / rep_utils </title></head><body bgcolor=#f0f0f0><table border=0 width="100%" cellpadding=0 cellspacing=0><tr><td valign=baseline><font size=+2>SOM Toolbox</font></td><td valign=baseline align=center><a href="somtoolbox.html">Online documentation</td><td valign=baseline align=right><a href="http://www.cis.hut.fi/projects/somtoolbox/" target="_top">http://www.cis.hut.fi/projects/somtoolbox/</a></td></tr></table><hr><H1> rep_utils </H1><P><B> aout = rep_utils(action,fmt,fid)</B></P><PRE>REP_UTILS Utilities for print reports and report elements.   aout = rep_utils(action,fmt,[fid])   Input and output arguments ([]'s are optional):    action      (string)     action identifier               (cell array) {action,par1,par2,...}                            the action identifier, followed by action                             parameters   [fmt]       (string)     format of output, 'txt' by default   [fid]       (scalar)     output file id, by default NaN in which                            case output is not written, only returned                            in aout      aout        (varies)     output of the action  Here are the actions and their arguments:   'printlines'   par1 (cellstr)   print par1, each cell on a new line  'header'       par1 (string)    print document header using par1 as title  'footer'                        print document footer  'compile'      par1 (string)    compile the named document (only 'ps' and 'pdf')  'inserttable'  par1 (struct)    print given table                 par2 (scalar)    print lines between rows if par2=1                 par3 (scalar)    use longtable format (only 'ps' and 'pdf')  'printfigure'  par1 (string)    print current figure to file, par1 = filename                 par2 (scalar)    used resolution (150 dpi by default)                 par3 (scalar)    if par3=1, insert figure in minipage  'insertfigure' par1 (string)    insert figure to report, par1 = filename of figure                 par2 (vector)    size 2 x 1, size of figure relative to page size                                   NaN = automatic scaling                 par3 (scalar)    if par3=1, insert figure in minipage (only 'ps' and 'pdf')  'insertbreak'                   insert paragraph break into report  See also  REP_STATS.</PRE><p><hr><br><center>[ <a href="somtoolbox.html">SOM Toolbox online doc</a> ]</center><br><!-- Last updated: May 30 2002 --></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -