function varargout = mydda_yuanhu(varargin)
% MYDDA_YUANHU MATLAB code for mydda_yuanhu.fig
% MYDDA_YUANHU, by itself, creates a new MYDDA_YUANHU or raises the existing
% singleton*.
%
% H = MYDDA_YUANHU returns the handle to a new MYDDA_YUANHU or the handle to
% the existing singleton*.
%
% MYDDA_YUANHU('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in MYDDA_YUANHU.M with the given input arguments.
%
% MYDDA_YUANHU('Property','Value',...) creates a new MYDDA_YUANHU or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before mydda_yuanhu_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to mydda_yuanhu_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 mydda_yuanhu
% Last Modified by GUIDE v2.5 08-Jun-2022 15:32:59
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @mydda_yuanhu_OpeningFcn, ...
'gui_OutputFcn', @mydda_yuanhu_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before mydda_yuanhu is made visible.
function mydda_yuanhu_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to mydda_yuanhu (see VARARGIN)
% Choose default command line output for mydda_yuanhu
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes mydda_yuanhu wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = mydda_yuanhu_OutputFcn(hObject, eventdata, handles)
% varargout cell array for returning output args (see VARARGOUT);
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
function inputX0_Callback(hObject, eventdata, handles)
% hObject handle to inputX0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of inputX0 as text
% str2double(get(hObject,'String')) returns contents of inputX0 as a double
% --- Executes during object creation, after setting all properties.
function inputX0_CreateFcn(hObject, eventdata, handles)
% hObject handle to inputX0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function inputY0_Callback(hObject, eventdata, handles)
% hObject handle to inputY0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of inputY0 as text
% str2double(get(hObject,'String')) returns contents of inputY0 as a double
% --- Executes during object creation, after setting all properties.
function inputY0_CreateFcn(hObject, eventdata, handles)
% hObject handle to inputY0 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function inputXe_Callback(hObject, eventdata, handles)
% hObject handle to inputXe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of inputXe as text
% str2double(get(hObject,'String')) returns contents of inputXe as a double
% --- Executes during object creation, after setting all properties.
function inputXe_CreateFcn(hObject, eventdata, handles)
% hObject handle to inputXe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function inputYe_Callback(hObject, eventdata, handles)
% hObject handle to inputYe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of inputYe as text
% str2double(get(hObject,'String')) returns contents of inputYe as a double
% --- Executes during object creation, after setting all properties.
function inputYe_CreateFcn(hObject, eventdata, handles)
% hObject handle to inputYe (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
% --- Executes on button press in checkbox1.
function checkbox1_Callback(hObject, eventdata, handles)
% hObject handle to checkbox1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of checkbox1
% --- Executes on button press in checkbox2.
function checkbox2_Callback(hObject, eventdata, handles)
% hObject handle to checkbox2 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of checkbox2
% --- Executes on button press in checkbox3.
function checkbox3_Callback(hObject, eventdata, handles)
% hObject handle to checkbox3 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of checkbox3
% --- Executes on button press in checkbox4.
function checkbox4_Callback(hObject, eventdata, handles)
% hObject handle to checkbox4 (see GCBO)

@Duang~
- 粉丝: 1280
最新资源
- 2022年C语言程序设计A课程形成性考核作业.doc
- 五章系统安全评价技术.pptx
- 中信数码冲印网络营销策划书.doc
- 医疗行业无线网络解决方案.docx
- 软件资产管理在企业中的应用.pptx
- 软件工程图书管理系统(2).doc
- 中国智慧城市体验中心分析报告PPT课件.ppt
- 计算机基础知识试题6.doc
- 基于工程应用的VB与ANSYS接口问题及二次开发.docx
- 硕士本科论文办公自动化系统的设计与实现.pdf
- 建设工程项目管理工作用表.doc
- 2022年下半年软件设计师模拟真题与答案解析上午选择与下午案例计算机软考.doc
- 智慧交通应用解决方案.docx
- 数据库使用协议.doc
- 电力二次系统安全防护方案.doc
- 项目管理九大管理工具.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



评论0