• 大小: 42KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-15
  • 语言: Matlab
  • 标签: matlab  gui  

资源简介

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

评论

共有 条评论