⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c6ftest.m

📁 函数用来描述 Apollo 卫星的数学模型
💻 M
字号:
function fig = c6ftest()
% This is the machine-generated representation of a Handle Graphics object
% and its children.  Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
% This problem is solved by saving the output as a FIG-file.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.
% 
% NOTE: certain newer features in MATLAB may not have been saved in this
% M-file due to limitations of this format, which has been superseded by
% FIG-files.  Figures which have been annotated using the plot editor tools
% are incompatible with the M-file/MAT-file format, and should be saved as
% FIG-files.

load c6ftest

h0 = figure('Color',[0.8 0.8 0.8], ...
	'Colormap',mat0, ...
	'FileName','C:\matlabr11\work\c6ftest.m', ...
	'PaperPosition',[18 180 576 432], ...
	'PaperUnits','points', ...
	'Position',[261 335 433 108], ...
	'Tag','Fig1', ...
	'ToolBar','none');
h1 = uimenu('Parent',h0, ...
	'Label','New Tools', ...
	'Tag','mnuNewTool');
h2 = uimenu('Parent',h1, ...
	'Callback','close(gcf)', ...
	'Label','Close Current Window', ...
	'Tag','&HelpSubuimenu1');
h2 = uimenu('Parent',h1, ...
	'Callback','set(gcf,''Color'',[1,0,0])', ...
	'Label','Set Windows to Red', ...
	'Tag','mnuSetRed');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ...
	'Callback','close(gcf);', ...
	'ListboxTop',0, ...
	'Position',[15 43.75 256.5 21.75], ...
	'String','Close Current Window', ...
	'Tag','Pushbutton1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'Callback','set(gcf,''Color'',[1,0,0]);', ...
	'ListboxTop',0, ...
	'Position',[15 12 256.5 21.75], ...
	'String','Set Window to Red', ...
	'Tag','Pushbutton1');
if nargout > 0, fig = h0; end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -