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

📄 sincostangui.m

📁 hi i have a huge collection are you interested
💻 M
字号:
set(0,'DefaultAxesFontSize',(4/3)*20)set(0,'DefaultTextFontSize',(4/3)*20)set(0,'DefaultuicontrolFontSize',(4/3)*20)% This is needed to fit in the x-label:x0=.13;y0=.11;w0=.7750;h0=.815;x1 = 0.1;w1 = 0.72;h1 = w1*h0/w0;y1 = .15;clfuicontrol('Callback','ezplot(''sin(x)'')', ...        'Position',[490 351 70 40], ...        'String','Sine');    d = 40;uicontrol('Callback','ezplot(''cos(x)'')', ...        'Position',[490 351-d 70 40], ...        'String','Cos');uicontrol('Callback','ezplot(''tan(x)'')', ...        'Position',[490 351-2*d 70 40], ...        'String','Tan');ezplot('tan(x)')set(gca,'pos',[x1 y1 w1 h1])set(gcf,'PaperpositionMode','Auto')print -deps threebuttons

⌨️ 快捷键说明

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