📄 buttonframe.m
字号:
function bf=buttonframe%BUTTONFRAME Inizialize the buttonframe box%% Copyright (c) 1995 by Claudio Rivetti and Mark Young% claudio@alice.uoregon.edu, mark@alice.uoregon.edu%global Uibgcolor Handlefigpos=get(gca, 'position');pos(1)=pos(1)+pos(3)+0.01;pos(3)=1-pos(1);bf = uicontrol(Handlefig, 'Style', 'frame', ... 'Units', 'Normalized',... 'Position',pos,... 'visible', 'off',... 'BackgroundColor', Uibgcolor);return
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -