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

📄 e0615.m

📁 matlab的一些学习资料和matlab的部分经典源码
💻 M
字号:
subplot(2,2,1);ezplot('x^2-y+1');title('1')
subplot(2,2,2);ezplot('x^2-cos(y)+sin(x)') ;title('2')
subplot(2,2,3);ezplot('exp(t)*sin(t)','exp(t)*cos(t)');title('3')
subplot(2,2,4);ezplot('sin(t)','cos(2*t)');title('4')

⌨️ 快捷键说明

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