• 大小: 1.03M
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2023-08-26
  • 语言: Matlab
  • 标签: 其他  

资源简介

MATLAB教室人数统计(源码,GUI,论文).zip

资源截图

代码片段和文件信息

function varargout = face_collection(varargin)
% FACE_COLLECTION MATLAB code for face_collection.fig
%      FACE_COLLECTION by itself creates a new FACE_COLLECTION or raises the existing
%      singleton*.
%
%      H = FACE_COLLECTION returns the handle to a new FACE_COLLECTION or the handle to
%      the existing singleton*.
%
%      FACE_COLLECTION(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in FACE_COLLECTION.M with the given input arguments.
%
%      FACE_COLLECTION(‘Property‘‘Value‘...) creates a new FACE_COLLECTION or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before face_collection_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to face_collection_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 face_collection

% Last Modified by GUIDE v2.5 21-Apr-2017 01:23:09

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @face_collection_OpeningFcn ...
                   ‘gui_OutputFcn‘  @face_collection_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 face_collection is made visible.
function face_collection_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 face_collection (see VARARGIN)

% Choose default command line output for face_collection
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes face_collection wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = face_collection_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 pushbutto

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      159450  2017-04-20 22:02  MATLAB教室人数统计(源码,GUI,论文)\444.jpg
     文件      160068  2019-07-21 20:04  MATLAB教室人数统计(源码,GUI,论文)\GUI界面设计图.png
     文件       44705  2019-07-21 20:08  MATLAB教室人数统计(源码,GUI,论文)\face_collection.fig
     文件        7178  2019-07-21 20:09  MATLAB教室人数统计(源码,GUI,论文)\face_collection.m
     文件      265719  2019-07-21 00:37  MATLAB教室人数统计(源码,GUI,论文)\课题介绍+骗局揭秘+案例赏析+合作加盟+求职助力.pdf
     文件      340992  2019-07-21 20:15  MATLAB教室人数统计(源码,GUI,论文)\课题说明.doc
     文件      216270  2019-07-21 20:07  MATLAB教室人数统计(源码,GUI,论文)\运行图.png
     目录           0  2019-08-23 22:55  MATLAB教室人数统计(源码,GUI,论文)\

评论

共有 条评论