?? test.m
字號(hào):
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
h0 = figure('Units','points', ...
'Color',[0.8 0.8 0.8], ...
'Colormap','default', ...
'FileName','start.m', ...
'MenuBar','none', ...
'Name','數(shù)字調(diào)制及其各自的性能分析 ', ...
'NumberTitle','off', ...
'PaperPosition',[18 180 476 432], ...
'PaperUnits','points', ...
'Position',[230 150 275.25 250.5], ...
'Resize','on', ...
'Tag','UIFigure', ...
'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'Callback','ui_check_params', ...
'HorizontalAlignment','left', ...
'ListboxTop',1.0, ...
'Position',[10.75 17.5 193.75 223.75], ...
'String','', ...
'Style','listbox', ...
'Tag','NumofSim');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'HorizontalAlignment','left', ...
'ListboxTop',1.0, ...
'Position',[210.75 17.5 53.75 23.75], ...
'String','', ...
'Style','Text', ...
'Tag','Rank');
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=ones(5,5);
set(findobj('Tag','NumofSim'),'string',num2str(a))
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -