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

📄 testcellormatrix.hpp

📁 cell_or_matrix 数据转换及数组格式标志使用
💻 HPP
字号:
//
// MATLAB Compiler: 3.0
// Date: Sun May 23 22:49:07 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" "-M" "-silentsetup" "-d"
// "D:/MATLAB6p5p1/work/book/dataconversion/cell_or_matrix/mfiles/src" "-v"
// "-B" "cppcom:testcellormatrix,testcellormatrix,1.0" "-B"
// "ccom:testcellormatrix,testcellormatrix,1.0" "-t" "-W"
// "com:testcellormatrix,testcellormatrix,1.0" "-T" "link:lib" "-h"
// "libmmfile.mlib" "-i" "-L" "cpp" "-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"
// "D:/MATLAB6p5p1/work/book/dataconversion/cell_or_matrix/mfiles/displayinput.m
// " 
//
#ifndef __testcellormatrix_hpp
#define __testcellormatrix_hpp 1

#include "libmatlb.hpp"

extern void InitializeModule_testcellormatrix();
extern void TerminateModule_testcellormatrix();
extern void displayinput(mwArray x = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxDisplayinput(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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