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

📄 myrandplot.h

📁 精通matlab7.0及与其他语言的混合编程
💻 H
字号:
/*
 * MATLAB Compiler: 3.0
 * Date: Tue Nov 15 09:19:57 2005
 * 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" "-M" "-silentsetup" "-d"
 * "C:/MATLAB6p5/work/myrandplottest/src" "-v" "-B"
 * "csglcom:myrandplottest,myrandplottest,1.0" "-B" "sgl" "-m" "-W" "main" "-L"
 * "C" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
 * "libmwsglm.mlib" "-t" "-W" "comhg:myrandplottest,myrandplottest,1.0" "-T"
 * "link:lib" "-h" "libmmfile.mlib" "-i" "-g" "-G" "-A" "debugline:on" "-O"
 * "none" "-O" "fold_scalar_mxarrays:off" "-O" "fold_non_scalar_mxarrays:off"
 * "-O" "optimize_integer_for_loops:off" "-O" "array_indexing:off" "-O"
 * "optimize_conditionals:off" "-O" "speculate:off" "-i"
 * "C:/MATLAB6p5/work/getplotcolor.m" "C:/MATLAB6p5/work/myrandplot.m"
 * "C:/MATLAB6p5/work/setplotcolor.m" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __myrandplot_h
#define __myrandplot_h 1

#ifdef __cplusplus
extern "C" {
#endif

#include "libmatlb.h"

extern void InitializeModule_myrandplot(void);
extern void TerminateModule_myrandplot(void);
extern _mexLocalFunctionTable _local_function_table_myrandplot;

extern mxArray * mlfMyrandplot(mxArray * n);
extern void mlxMyrandplot(int nlhs,
                          mxArray * plhs[],
                          int nrhs,
                          mxArray * prhs[]);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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