ppp.mlib
来自「这个程序是我用来做数据处理的」· MLIB 代码 · 共 16 行
MLIB
16 行
/* start of ppp.mlib */
target = "C";
include = "ppp.h";
timestamp = "Tue Mar 30 14:10:41 2004";
myfunct { /* M function name */
nin = 2; /* number of M inputs */
nout = 1; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfMyfunct; /* mxArray in and out */
nargout = 0; /* nargout not used */
}
/* end of ppp.mlib */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?