📄 wbutt.m
字号:
function h = wbutt(x,y)%> This is a standard red 'wait' button of given %> length = .15 and height = .05.%> Call: wbutt(x,y)%> Input: x, y = position of lower left corner%> No callback.uicontrol('Style','pushbutton','Units','normalized',... 'Position',[x,y,.15, .05],'String','WAIT...',... 'BackGroundColor',[.85 .0 .0],'ForeGroundColor','w',... 'Fontsize',12); %>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -