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

📄 templib.mlib

📁 该程序为MATLAB对CDMA系统个部分的仿真
💻 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 */

⌨️ 快捷键说明

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