libsincplot.mlib

来自「VC++中调用Matlab .m函数编译后的动态链接库」· MLIB 代码 · 共 16 行

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

target    = "C";
include   = "libsincplot.h";
timestamp = "Wed Dec 22 21:10:08 2004";

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

/* end of libsincplot.mlib */

⌨️ 快捷键说明

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