mrandplotlib.mlib
来自「用C开发程序时调用Matlab的功能」· MLIB 代码 · 共 16 行
MLIB
16 行
/* start of mrandplotlib.mlib */
target = "C";
include = "mrandplotlib.h";
timestamp = "Fri Jun 22 20:33:38 2001";
mrandplot { /* M function name */
nin = 1; /* number of M inputs */
nout = 1; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfMrandplot; /* mxArray in and out */
nargout = 0; /* nargout not used */
}
/* end of mrandplotlib.mlib */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?