📄 test1.hpp
字号:
//
// MATLAB Compiler: 3.0
// Date: Wed Dec 15 15:33:40 2004
// 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" "-L" "Cpp"
// "test1.m"
//
#ifndef __test1_hpp
#define __test1_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_test1();
extern void TerminateModule_test1();
extern _mexLocalFunctionTable _local_function_table_test1;
extern mwArray test1(mwArray * prod,
mwArray x = mwArray::DIN,
mwArray y = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxTest1(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -