?? libsincplot.h
字號(hào):
/*
* MATLAB Compiler: 3.0
* Date: Wed Dec 22 21:10:08 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" "-W"
* "libhg:libsincplot" "-L" "C" "-T" "link:lib" "sincplot.m"
*/
#ifndef MLF_V2
#define MLF_V2 1
#endif
#ifndef __libsincplot_h
#define __libsincplot_h 1
#ifdef __cplusplus
extern "C" {
#endif
#include "libmatlb.h"
extern void InitializeModule_libsincplot(void);
extern void TerminateModule_libsincplot(void);
extern mxArray * mlfSincplot(mxArray * n);
extern void mlxSincplot(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
extern void libsincplotInitialize(void);
extern void libsincplotTerminate(void);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -