失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > matlab eventdata 求大神指导一下代码大概是什么意思。。

matlab eventdata 求大神指导一下代码大概是什么意思。。

时间:2021-07-03 09:07:40

相关推荐

matlab eventdata 求大神指导一下代码大概是什么意思。。

该楼层疑似违规已被系统折叠隐藏此楼查看此楼

function varargout = apple(varargin)

% APPLE M-file for apple.fig

% APPLE, by itself, creates a new APPLE or raises the existing

% singleton*.

%

% H = APPLE returns the handle to a new APPLE or the handle to

% the existing singleton*.

%

% APPLE(CALLBACK,hObject,eventData,handles,...) calls the local

% function named CALLBACK in APPLE.M with the given input arguments.

%

% APPLE(Property,Value,...) creates a new APPLE or raises the

% existing singleton*. Starting from the left, property value pairs are

% applied to the GUI before apple_OpeningFunction gets called. An

% unrecognized property name or invalid value makes property application

% stop. All inputs are passed to apple_OpeningFcn via varargin.

%

% *See GUI Options on GUIDEs Tools menu. Choose "GUI allows only one

% instance to run (singleton)".

%

% See also: GUIDE, GUIDATA, GUIHANDLES

% Copyright 2002- The MathWorks, Inc.

% Edit the above text to modify the response to help apple

% Last Modified by GUIDE v2.5 22-Apr- 13:52:17

% Begin initialization code - DO NOT EDIT

gui_Singleton = 1;

gui_State = struct(gui_Name, mfilename, ...

gui_Singleton, gui_Singleton, ...

gui_OpeningFcn, @apple_OpeningFcn, ...

gui_OutputFcn, @apple_OutputFcn, ...

gui_LayoutFcn, [] , ...

gui_Callback, []);

if nargin && ischar(varargin{1})

如果觉得《matlab eventdata 求大神指导一下代码大概是什么意思。。》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。