⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exradio2.m

📁 hi i have a huge collection are you interested
💻 M
字号:
function exradio2(action)global hif nargin==0  clf  h1 = uicontrol('Position',[200 321 90 25], ...      'String','JJJ', ...      'Style','radiobutton',...      'CallBack','exradio2(1)');  h2 = uicontrol('Position',[200 296 90 25], ...      'String','ABC-FM', ...      'Style','radiobutton',...      'CallBack','exradio2(1)');  h3 = uicontrol('Position',[200 271 90 25], ...      'String','SAFM', ...      'Style','radiobutton',...      'CallBack','exradio2(1)');  h4 = uicontrol('Position',[200 246 90 25], ...      'String','5AD', ...      'Style','radiobutton',...      'CallBack','exradio2(1)');  h = [h1 h2 h3 h4];else  ind = find(h~=gco);  set(h(ind),'value',0);end   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -