资源简介
matlab GUI密码登陆界面,已经调好(已经标注好),可直接用,直接运行就可以,我设置的登陆密码是123,用户名也为123,可以自己更改,另一个也可以用!
代码片段和文件信息
function varargout = gui(varargin)
% GUI MATLAB code for gui.fig
% GUI by itself creates a new GUI or raises the existing
% singleton*.
%
% H = GUI returns the handle to a new GUI or the handle to
% the existing singleton*.
%
% GUI(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in GUI.M with the given input arguments.
%
% GUI(‘Property‘‘Value‘...) creates a new GUI or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before gui_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to gui_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 gui
% Last Modified by GUIDE v2.5 14-Jul-2019 20:00:46
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @gui_OpeningFcn ...
‘gui_OutputFcn‘ @gui_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 gui is made visible.
function gui_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 gui (see VARARGIN)
% Choose default command line output for gui
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes gui wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = gui_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;
% --- Executes on button press in daorushuju.
function daorushuju_Callback(hobject eventdata handles)
% hobject handle to daorushuju (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
X1=xlsread(‘原始数据2018.8(改造前
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-07-20 15:27 可用——UserLogIn_Interface_MATLAB_GUI-master\
文件 32 2019-01-06 21:45 可用——UserLogIn_Interface_MATLAB_GUI-master\README.md
文件 12718 2019-01-06 21:45 可用——UserLogIn_Interface_MATLAB_GUI-master\UserLogIn_Interface.fig
文件 7145 2019-07-14 20:03 可用——UserLogIn_Interface_MATLAB_GUI-master\UserLogIn_Interface.m
文件 13069 2019-01-06 21:45 可用——UserLogIn_Interface_MATLAB_GUI-master\UserLogIn_Interface_2.fig
文件 8269 2019-07-14 20:04 可用——UserLogIn_Interface_MATLAB_GUI-master\UserLogIn_Interface_2.m
文件 4994 2019-07-14 20:25 可用——UserLogIn_Interface_MATLAB_GUI-master\gui.asv
文件 7670 2019-07-14 20:24 可用——UserLogIn_Interface_MATLAB_GUI-master\gui.fig
文件 5004 2019-07-14 20:24 可用——UserLogIn_Interface_MATLAB_GUI-master\gui.m
- 上一篇:Levinson快速递推法估计功率谱
- 下一篇:运输问题西北角法
相关资源
- 运输问题西北角法
- Levinson快速递推法估计功率谱
- 简单潮流计算matlab
-
三相逆变器simuli
nk仿真模型 - 用MATLAB产生各类信号
- matlab水果识别系统设计成品,代码,
- 一个基于bp神经网络的matlab 识别0-9数
- 二分法、牛顿法、割线法、简易牛顿
- 汽车三自由度 非线性状态微分方程
- 杂波程序matlab
- matlab滑动t检验代码
- matlab 2015b 永磁同步电机恒压频比调速
- matlab数据基线调整
- 天牛须搜索算法pdf资源
- matlab查看雷达波形堆积图
- 步进频信号一维像仿真Matlab
- Leslie人口预测代码
- Matlab仿真IEEE 802.11a系统.zip
- 目标跟踪的MATLAB代码
- 利用MATLAB对图像进行变换
- 单层感知器Matlab代码-异或运算
-
matlabSimuli
nk程序源代码和模型.zip - 遗传算法实现CVRP
- MATLAB mif转换coe代码
- matlab实现AHE
- ANP和AHP的matlab实现准确可用
- 直流电动机转速电流双闭环系统simu
- 模式识别-ID3决策树matlab代码
- 蒙特卡洛算法计算电力系统可靠度m
- 改进的基于划分算法的三维点云聚类
评论
共有 条评论