📄 qqchabu.cpp
字号:
}
//
// The function "mlxQqchabu_pushbutton3_Callback" contains the feval interface
// for the "qqchabu/pushbutton3_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 168-179). The feval function
// calls the implementation version of qqchabu/pushbutton3_Callback through
// this function. This function processes any input arguments and passes them
// to the implementation version of the function, appearing above.
//
void mlxQqchabu_pushbutton3_Callback(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]) {
MW_BEGIN_MLX();
{
mwArray mprhs[3];
int i;
if (nlhs > 0) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton3_Call"
"back Line: 168 Column: 1 The function \"qqchab"
"u/pushbutton3_Callback\" was called with more "
"than the declared number of outputs (0).")));
}
if (nrhs > 3) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton3_Call"
"back Line: 168 Column: 1 The function \"qqchab"
"u/pushbutton3_Callback\" was called with more "
"than the declared number of inputs (3).")));
}
for (i = 0; i < 3 && i < nrhs; ++i) {
mprhs[i] = mwArray(prhs[i], 0);
}
for (; i < 3; ++i) {
mprhs[i].MakeDIN();
}
Mqqchabu_pushbutton3_Callback(mprhs[0], mprhs[1], mprhs[2]);
}
MW_END_MLX();
}
//
// The function "qqchabu_pushbutton5_Callback" contains the normal interface
// for the "qqchabu/pushbutton5_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 179-193). This function
// processes any input arguments and passes them to the implementation version
// of the function, appearing above.
//
static void qqchabu_pushbutton5_Callback(mwArray hObject,
mwArray eventdata,
mwArray handles) {
Mqqchabu_pushbutton5_Callback(hObject, eventdata, handles);
}
//
// The function "mlxQqchabu_pushbutton5_Callback" contains the feval interface
// for the "qqchabu/pushbutton5_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 179-193). The feval function
// calls the implementation version of qqchabu/pushbutton5_Callback through
// this function. This function processes any input arguments and passes them
// to the implementation version of the function, appearing above.
//
void mlxQqchabu_pushbutton5_Callback(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]) {
MW_BEGIN_MLX();
{
mwArray mprhs[3];
int i;
if (nlhs > 0) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton5_Call"
"back Line: 179 Column: 1 The function \"qqchab"
"u/pushbutton5_Callback\" was called with more "
"than the declared number of outputs (0).")));
}
if (nrhs > 3) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton5_Call"
"back Line: 179 Column: 1 The function \"qqchab"
"u/pushbutton5_Callback\" was called with more "
"than the declared number of inputs (3).")));
}
for (i = 0; i < 3 && i < nrhs; ++i) {
mprhs[i] = mwArray(prhs[i], 0);
}
for (; i < 3; ++i) {
mprhs[i].MakeDIN();
}
Mqqchabu_pushbutton5_Callback(mprhs[0], mprhs[1], mprhs[2]);
}
MW_END_MLX();
}
//
// The function "qqchabu_listbox3_CreateFcn" contains the normal interface for
// the "qqchabu/listbox3_CreateFcn" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 193-208). This function
// processes any input arguments and passes them to the implementation version
// of the function, appearing above.
//
static void qqchabu_listbox3_CreateFcn(mwArray hObject,
mwArray eventdata,
mwArray handles) {
Mqqchabu_listbox3_CreateFcn(hObject, eventdata, handles);
}
//
// The function "mlxQqchabu_listbox3_CreateFcn" contains the feval interface
// for the "qqchabu/listbox3_CreateFcn" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 193-208). The feval function
// calls the implementation version of qqchabu/listbox3_CreateFcn through this
// function. This function processes any input arguments and passes them to the
// implementation version of the function, appearing above.
//
void mlxQqchabu_listbox3_CreateFcn(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]) {
MW_BEGIN_MLX();
{
mwArray mprhs[3];
int i;
if (nlhs > 0) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/listbox3_CreateFcn Line: 193 C"
"olumn: 1 The function \"qqchabu/listbox3_CreateFcn\" was cal"
"led with more than the declared number of outputs (0).")));
}
if (nrhs > 3) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/listbox3_CreateFcn Line: 193 "
"Column: 1 The function \"qqchabu/listbox3_CreateFcn\" was c"
"alled with more than the declared number of inputs (3).")));
}
for (i = 0; i < 3 && i < nrhs; ++i) {
mprhs[i] = mwArray(prhs[i], 0);
}
for (; i < 3; ++i) {
mprhs[i].MakeDIN();
}
Mqqchabu_listbox3_CreateFcn(mprhs[0], mprhs[1], mprhs[2]);
}
MW_END_MLX();
}
//
// The function "qqchabu_listbox3_Callback" contains the normal interface for
// the "qqchabu/listbox3_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 208-221). This function
// processes any input arguments and passes them to the implementation version
// of the function, appearing above.
//
static void qqchabu_listbox3_Callback(mwArray hObject,
mwArray eventdata,
mwArray handles) {
Mqqchabu_listbox3_Callback(hObject, eventdata, handles);
}
//
// The function "mlxQqchabu_listbox3_Callback" contains the feval interface for
// the "qqchabu/listbox3_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 208-221). The feval function
// calls the implementation version of qqchabu/listbox3_Callback through this
// function. This function processes any input arguments and passes them to the
// implementation version of the function, appearing above.
//
void mlxQqchabu_listbox3_Callback(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]) {
MW_BEGIN_MLX();
{
mwArray mprhs[3];
int i;
if (nlhs > 0) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/listbox3_Callback Line: 208 C"
"olumn: 1 The function \"qqchabu/listbox3_Callback\" was cal"
"led with more than the declared number of outputs (0).")));
}
if (nrhs > 3) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/listbox3_Callback Line: 208 C"
"olumn: 1 The function \"qqchabu/listbox3_Callback\" was cal"
"led with more than the declared number of inputs (3).")));
}
for (i = 0; i < 3 && i < nrhs; ++i) {
mprhs[i] = mwArray(prhs[i], 0);
}
for (; i < 3; ++i) {
mprhs[i].MakeDIN();
}
Mqqchabu_listbox3_Callback(mprhs[0], mprhs[1], mprhs[2]);
}
MW_END_MLX();
}
//
// The function "qqchabu_pushbutton6_Callback" contains the normal interface
// for the "qqchabu/pushbutton6_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 221-227). This function
// processes any input arguments and passes them to the implementation version
// of the function, appearing above.
//
static void qqchabu_pushbutton6_Callback(mwArray hObject,
mwArray eventdata,
mwArray handles) {
Mqqchabu_pushbutton6_Callback(hObject, eventdata, handles);
}
//
// The function "mlxQqchabu_pushbutton6_Callback" contains the feval interface
// for the "qqchabu/pushbutton6_Callback" M-function from file
// "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 221-227). The feval function
// calls the implementation version of qqchabu/pushbutton6_Callback through
// this function. This function processes any input arguments and passes them
// to the implementation version of the function, appearing above.
//
void mlxQqchabu_pushbutton6_Callback(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]) {
MW_BEGIN_MLX();
{
mwArray mprhs[3];
int i;
if (nlhs > 0) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton6_Call"
"back Line: 221 Column: 1 The function \"qqchab"
"u/pushbutton6_Callback\" was called with more "
"than the declared number of outputs (0).")));
}
if (nrhs > 3) {
error(
mwVarargin(
mwArray(
"Run-time Error: File: qqchabu/pushbutton6_Call"
"back Line: 221 Column: 1 The function \"qqchab"
"u/pushbutton6_Callback\" was called with more "
"than the declared number of inputs (3).")));
}
for (i = 0; i < 3 && i < nrhs; ++i) {
mprhs[i] = mwArray(prhs[i], 0);
}
for (; i < 3; ++i) {
mprhs[i].MakeDIN();
}
Mqqchabu_pushbutton6_Callback(mprhs[0], mprhs[1], mprhs[2]);
}
MW_END_MLX();
}
//
// The function "Mqqchabu" is the implementation version of the "qqchabu"
// M-function from file "e:\matlab6.5\work\qqmywork\qqchabu.m" (lines 1-48). It
// contains the actual compiled code for that M-function. It is a static
// function and must only be called from one of the interface functions,
// appearing below.
//
//
// function varargout = QQchabu(varargin)
//
static mwArray Mqqchabu(int nargout_, mwArray varargin) {
mwLocalFunctionTable save_local_function_table_
= &_local_function_table_qqchabu;
int nargin_ = nargin(-1, mwVarargin(varargin));
mwArray varargout = mwArray::UNDEFINED;
mwArray ans = mwArray::UNDEFINED;
mwArray _T0_ = mwArray::UNDEFINED;
mwArray gui_State = mwArray::UNDEFINED;
mwArray gui_Singleton = mwArray::UNDEFINED;
//
// % QQCHABU M-file for QQchabu.fig
// % QQCHABU, by itself, creates a new QQCHABU or raises the existing
// % singleton*.
// %
// % H = QQCHABU returns the handle to a new QQCHABU or the handle to
// % the existing singleton*.
// %
// % QQCHABU('CALLBACK',hObject,eventData,handles,...) calls the local
// % function named CALLBACK in QQCHABU.M with the given input arguments.
// %
// % QQCHABU('Property','Value',...) creates a new QQCHABU or raises the
// % existing singleton*. Starting from the left, property value pairs are
// % applied to the GUI before QQchabu_OpeningFunction gets called. An
// % unrecognized property name or invalid value makes property application
// % stop. All inputs are passed to QQchabu_OpeningFcn via varargin.
// %
// % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
// % instance to run (singleton)".
// %
// % See also: GUIDE, GUIDATA, GUIHANDLES
//
// % Edit the above text to modify the response to help QQchabu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -