test2.hpp

来自「利用VC++调用MATLAB中的函数进行函数绘图的实例」· HPP 代码 · 共 27 行

HPP
27
字号
//
// MATLAB Compiler: 3.0
// Date: Tue Dec 16 10:40:04 2008
// 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" "-p" "-W" "main" "-L"
// "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-B" "sglcpp" "-p" "-W"
// "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
// "libmwsglm.mlib" "test2.m" 
//
#ifndef __test2_hpp
#define __test2_hpp 1

#include "libmatlb.hpp"

extern void InitializeModule_test2();
extern void TerminateModule_test2();
extern _mexLocalFunctionTable _local_function_table_test2;

extern void test2();
#ifdef __cplusplus
extern "C"
#endif
void mlxTest2(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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