buttonframe.m

来自「matlab处理图像的一些基本方法。其中有一部分mex程序需要安装编译」· M 代码 · 共 25 行

M
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?