📄 about.m
字号:
function varargout = about(varargin)% ABOUT Application M-file for about.fig% FIG = ABOUT launch about GUI.% ABOUT('callback_name', ...) invoke the named callback.% Last Modified by GUIDE v2.0 29-Dec-2002 02:39:41 fprintf('\n\n Matds is a MATLAB-based program for'); fprintf('\n dynamical system investigation'); fprintf('\nAuthor: Govorukhin V., Rostov University.'); fprintf('\n E-Mail: vgov@math.rsu.ru\n'); fig = openfig(mfilename,'reuse'); % Use system color scheme for figure: set(fig,'Color',get(0,'defaultUicontrolBackgroundColor')); % Generate a structure of handles to pass to callbacks, and store it. handles = guihandles(fig); guidata(fig, handles); varargout{1} = handles;% pause;% close;% return;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -