⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 meanfunctionlib.mlib

📁 Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files
💻 MLIB
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -