subplot.h

来自「ASUFIT-Matlab-全局拟合程序」· C头文件 代码 · 共 30 行

H
30
字号
/*
 * MATLAB Compiler: 2.0.1
 * Date: Tue May 08 21:28:23 2001
 * Arguments: "-B" "sgl" "-m" "-W" "mainhg" "-L" "C" "asufit.m" "absfun.m"
 * "absfunfree.m" "absfunshift.m" "absfunwidth.m" "dispfit.m" "dispfitdisp.m"
 * "dispfitfree.m" "dispfitwidth.m" "seqmodfree.m" "spcfun.m" "spcfun1.m"
 * "atamult.m" "aprecon.m" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#ifndef __subplot_h
#define __subplot_h 1

#include "matlab.h"

extern mxArray * mlfNSubplot(int nargout,
                             mxArray * nrows,
                             mxArray * ncols,
                             mxArray * thisPlot);
extern mxArray * mlfSubplot(mxArray * nrows,
                            mxArray * ncols,
                            mxArray * thisPlot);
extern void mlfVSubplot(mxArray * nrows, mxArray * ncols, mxArray * thisPlot);
extern void mlxSubplot(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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