optim_private_startx.h

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

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

#include "matlab.h"

extern mxArray * mlfOptim_private_startx(mxArray * u, mxArray * l);
extern void mlxOptim_private_startx(int nlhs,
                                    mxArray * plhs[],
                                    int nrhs,
                                    mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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