tui.m
来自「实现matlab很多功能的源代码」· M 代码 · 共 9 行
M
9 行
uicontrol('style', 'push', 'position', [200 20 80 30]);
uicontrol('style', 'slide', 'position', [200 70 80 30]);
uicontrol('style', 'radio', 'position', [200 120 80 30]);
uicontrol('style', 'frame', 'position', [200 170 80 30]);
uicontrol('style', 'check', 'position', [200 220 80 30]);
uicontrol('style', 'edit', 'position', [200 270 80 30]);
uicontrol('style', 'list', 'position', [200 320 80 30], 'string', '1|2|3|4');
uicontrol('style', 'popup', 'position', [200 370 80 30], 'string', 'one|two|three');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?