mrandplotlib.h
来自「用C开发程序时调用Matlab的功能」· C头文件 代码 · 共 38 行
H
38 行
/*
* MATLAB Compiler: 3.0
* Date: Fri Jun 22 20:33:38 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
* "array_indexing:on" "-O" "optimize_conditionals:on" "-t" "-W"
* "libhg:MrandplotLib" "mrandplot.m"
*/
#ifndef MLF_V2
#define MLF_V2 1
#endif
#ifndef __mrandplotlib_h
#define __mrandplotlib_h 1
#ifdef __cplusplus
extern "C" {
#endif
#include "libmatlb.h"
extern void InitializeModule_mrandplotlib(void);
extern void TerminateModule_mrandplotlib(void);
extern mxArray * mlfMrandplot(mxArray * n);
extern void mlxMrandplot(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]);
extern void MrandplotLibInitialize(void);
extern void MrandplotLibTerminate(void);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?