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

📄 exradio.m

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

⌨️ 快捷键说明

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