?? plot3521.m
字號(hào):
function plot3521
figure(1)
t=0:pi/50:10*pi;
plot3(cos(t),sin(t),t)
figure(2)
t=[0:pi/100:2*pi];
x=[sin(t) sin(t)];
y=[cos(t) cos(t)];
z=[(sin(t)).^2+(cos(t)).^2 (sin(t)).^2+(cos(t)).^2+1];
plot3(x,y,z)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -