?? templib.mlib
字號:
/* start of Templib.mlib */
target = "C";
include = "Templib.h";
timestamp = "Tue Jun 25 15:00:23 2002";
magic { /* M function name */
nin = 1; /* number of M inputs */
nout = 1; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfMagic; /* mxArray in and out */
nargout = 0; /* nargout not used */
}
meshgrid { /* M function name */
nin = 3; /* number of M inputs */
nout = 3; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfMeshgrid; /* mxArray in and out */
cname = mlfNmeshgrid; /* name when nargout used */
nargout = 1; /* nargout used */
}
mrank { /* M function name */
nin = 1; /* number of M inputs */
nout = 1; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfMrank; /* mxArray in and out */
nargout = 0; /* nargout not used */
}
rank { /* M function name */
nin = 2; /* number of M inputs */
nout = 1; /* number of M outputs */
scope = global; /* where function defined */
cname = mlfRank; /* mxArray in and out */
nargout = 0; /* nargout not used */
}
/* end of Templib.mlib */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -