e0618.m
来自「matlab的一些学习资料和matlab的部分经典源码」· M 代码 · 共 4 行
M
4 行
subplot(2,2,1); ezpolar('3*theta');title('1')
subplot(2,2,2); ezpolar('theta/4');title('2')
subplot(2,2,3); ezpolar('exp(2*theta)');title('3')
subplot(2,2,4); ezpolar('exp(2*theta)');title('4')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?