shading.h

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

H
23
字号
/*
 * MATLAB Compiler: 2.0.1
 * Date: Tue May 08 21:28:21 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 __shading_h
#define __shading_h 1

#include "matlab.h"

extern void mlfShading(mxArray * type);
extern void mlxShading(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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