threebuttons.m

来自「hi i have a huge collection are you int」· M 代码 · 共 10 行

M
10
字号
uicontrol('Callback','ezplot(''sin(x)'')', ...        'Position',[508 351 51 26], ...        'String','Sine');uicontrol('Callback','ezplot(''cos(x)'')', ...        'Position',[508 322 51 26], ...        'String','Cos');uicontrol('Callback','ezplot(''tan(x)'')', ...        'Position',[508 293 51 26], ...        'String','Tan');

⌨️ 快捷键说明

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