?? basicgui_win.m
字號(hào):
function fig = basicgui_win()
% 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 basicgui_win
h0 = figure('Color',[0.8 0.8 0.8], ...
'Colormap',mat0, ...
'CreateFcn','OFDMguiFn figure', ...
'FileName','C:\TEMP\alanb\ofdmproj_win\basicgui_win.m', ...
'PaperPosition',[18 180 576.0000000000001 432.0000000000002], ...
'PaperUnits','points', ...
'Position',[273 175 640 429], ...
'Tag','Fig1', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'FontName','Courier', ...
'HorizontalAlignment','left', ...
'ListboxTop',0, ...
'Position',[6.827586206896553 3.724137931034484 297.3103448275863 68.89655172413795], ...
'String','Basic OFDM Demo. Press Next.', ...
'Style','text', ...
'Tag','StaticTextFeedback');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.3 0.3 0.3], ...
'ListboxTop',0, ...
'Position',[309.1034482758622 -0.6206896551724139 88.13793103448278 267.5172413793104], ...
'Style','frame', ...
'Tag','Frame1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.733333 0.733333 0.733333], ...
'Callback','OFDMguiFn next', ...
'FontSize',14, ...
'ListboxTop',0, ...
'Position',[321.5172413793104 234.6206896551725 65.79310344827587 22.96551724137932], ...
'String','Next', ...
'Tag','PushbuttonNext');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[0.733333 0.733333 0.733333], ...
'Callback','OFDMguiFn close', ...
'FontSize',14, ...
'ListboxTop',0, ...
'Position',mat1, ...
'String','Close', ...
'Tag','PushbuttonClose');
h1 = axes('Parent',h0, ...
'Units','points', ...
'Box','on', ...
'CameraUpVector',[0 1 0], ...
'Color',[1 1 1], ...
'ColorOrder',mat2, ...
'Position',[19.24137931034483 89.3793103448276 261.9310344827587 167.5862068965518], ...
'Tag','Axes1', ...
'Visible','off', ...
'XColor',[0 0 0], ...
'YColor',[0 0 0], ...
'ZColor',[0 0 0]);
h2 = line('Parent',h1, ...
'Color',[0 0 1], ...
'Tag','Axes1Line1', ...
'XData',1, ...
'YData',0);
h2 = text('Parent',h1, ...
'Color',[0 0 0], ...
'HandleVisibility','off', ...
'HorizontalAlignment','center', ...
'Position',[0.997624703087886 -1.20817843866171 17.32050807568877], ...
'Tag','Axes1Text4', ...
'VerticalAlignment','cap', ...
'Visible','off');
set(get(h2,'Parent'),'XLabel',h2);
h2 = text('Parent',h1, ...
'Color',[0 0 0], ...
'HandleVisibility','off', ...
'HorizontalAlignment','center', ...
'Position',[-0.1900237529691211 -0.01115241635687725 17.32050807568877], ...
'Rotation',90, ...
'Tag','Axes1Text3', ...
'VerticalAlignment','baseline', ...
'Visible','off');
set(get(h2,'Parent'),'YLabel',h2);
h2 = text('Parent',h1, ...
'Color',[0 0 0], ...
'HandleVisibility','off', ...
'HorizontalAlignment','right', ...
'Position',[-0.1520190023752969 1.104089219330855 17.32050807568877], ...
'Tag','Axes1Text2', ...
'Visible','off');
set(get(h2,'Parent'),'ZLabel',h2);
h2 = text('Parent',h1, ...
'Color',[0 0 0], ...
'HandleVisibility','off', ...
'HorizontalAlignment','center', ...
'Position',[0.997624703087886 1.059479553903346 17.32050807568877], ...
'Tag','Axes1Text1', ...
'VerticalAlignment','bottom', ...
'Visible','off');
set(get(h2,'Parent'),'Title',h2);
if nargout > 0, fig = h0; end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -