meanfunctionlib.mlib

来自「Introduction Some times it is required 」· MLIB 代码 · 共 16 行

MLIB
16
字号
/* start of meanfunctionlib.mlib */

target    = "C";
include   = "meanfunctionlib.h";
timestamp = "Wed Dec 31 16:59:42 2003";

meanfunction {  /* M function name */
    nin      = 1;        /* number of M inputs */
    nout     = 1;        /* number of M outputs */
    scope    = global;   /* where function defined */
    cname    = mlfMeanfunction;   /* mxArray in and out */
    nargout  = 0;        /* nargout not used */
}

/* end of meanfunctionlib.mlib */

⌨️ 快捷键说明

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