exa6_13.m
来自「有关matlab r2007的实用教程」· M 代码 · 共 9 行
M
9 行
Hc_frame=uicontrol(gcf,'style','frame',...
'position',[250 200 95 65]);
Hc_pb1=uicontrol(gcf,'style','pushbutton',...
'position',[255 205 40 40],'string','OK');
Hc_pb1=uicontrol(gcf,'style','pushbutton',...
'position',[300 205 40 40],'string','NO');
Hc_lb1=uicontrol(gcf,'style','text',...
'position',[255 250 85 10],'string','Push me');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?