📄 mf__fillmissing.hlp
字号:
{smcl}
{* 20jan2005}{...}
{cmd:help mata _fillmissing()}
{hline}
{* index _fillmissing()}{...}
{* index missing values}{...}
{title:Title}
{p 4 8 2}
{bf:[M-5] _fillmissing() -- Fill matrix with missing values}
{title:Syntax}
{p 8 12 2}
{it:void}
{cmd:_fillmissing(}{it:transmorphic matrix A}{cmd:)}
{title:Description}
{p 4 4 2}
{cmd:_fillmissing(}{it:transmorphic matrix A}{cmd:)}
changes the contents of {it:A} to missing values.
{title:Remarks}
{p 4 4 2}
The definition of missing depends on the storage type of {it:A}:
Storage type contents
{hline 31}
real {cmd:.}
complex {cmd:C(.)}
string {cmd:""}
pointer {cmd:NULL}
{hline 31}
{title:Conformability}
{cmd:_fillmissing(}{it:A}{cmd:)}:
{it:input:}
{it:A}: {it:r x c}
{it:output:}
{it:A}: {it:r x c}
{title:Diagnostics}
{p 4 4 2}
None.
{title:Source code}
{p 4 4 2}
Function is built-in.
{title:Also see}
{p 4 13 2}
Manual: {hi:[M-5] _fillmissing()}
{p 4 13 2}
Online: help for
{bf:{help m4_manipulation:[M-4] manipulation}}
{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -