?? e0615.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 + -