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

📄 matrix_utility.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 28mar2005}{...}
{cmd:help matrix dir}, {cmd:help matrix list},{...}
{right:dialogs:  {dialog matrix_list:list}  {dialog matrix_rename:rename}  {dialog matrix_drop:drop}}
{cmd:help matrix rename}, {cmd:help matrix drop}
{hline}

{title:Title}

{p2colset 5 27 29 2}{...}
{p2col :{hi:[P] matrix utility} {hline 2}}List, rename, and drop matrices{p_end}
{p2colreset}{...}


{title:Syntax}

	{cmdab:mat:rix} {cmdab:d:ir}

{p 8 20 2}{cmdab:mat:rix} {cmdab:l:ist} {it:mname} [{cmd:,} {cmdab:nob:lank}
{cmdab:noha:lf} {cmdab:noh:eader} {cmdab:non:ames}
{cmdab:f:ormat:(%}{it:fmt}{cmd:)} {cmdab:t:itle:(}{it:string}{cmd:)}
{cmd:nodotz}]

{p 8 15 2}{cmdab:mat:rix} {cmdab:ren:ame} {it:oldname} {it:newname}

{p 8 15 2}{cmdab:mat:rix} {cmd:drop} {c -(} {cmd:_all} | {it:mnames} {c )-}


{title:Description}

{pstd}
{cmd:matrix dir} lists the names of currently existing matrices.
{cmd:matrix list} lists the contents of a matrix.  {cmd:matrix rename} changes
the name of a matrix.  {cmd:matrix} {cmd:drop} eliminates a matrix.


{title:Options}

{phang}
{cmd:noblank} suppresses printing a blank line before printing the
matrix.  This is useful in programs.

{phang}
{cmd:nohalf} specifies that, even if the matrix is symmetric, the full
matrix is to be printed.  The default is to print only the lower triangle in
such cases.

{phang}
{cmd:noheader} suppresses the display of the matrix name and dimension
before the matrix itself.  This is useful in programs.

{phang}
{cmd:nonames} suppresses the display of the bordering names around the
matrix.

{phang}
{cmd:format(%}{it:fmt}{cmd:)} specifies the format to be used to
display the individual elements of the matrix.  The default is
{cmd:format(%10.0g)}.

{phang}
{cmd:title(}{it:string}{cmd:)} adds the specified title {it:string} to the
header displayed before the matrix itself.  If {cmd:noheader} is specified,
{cmd:title()} does nothing because displaying the header is suppressed.

{phang}
{cmd:nodotz} lists {cmd:.z} missing values as blanks.


{title:Examples}

    {cmd:. matrix list mymat}
    {cmd:. matrix rename mymat alpha}
    {cmd:. mat drop alpha}
    {cmd:. mat dir}


{title:Also see}

{psee}
Manual:  {bf:[P] matrix utility}

{psee}
Online:  {helpb matrix}
{p_end}

⌨️ 快捷键说明

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