syms t real %创建符号实变量t
x = 4*sin(t) %创建x
y = 4*cos(t) %创建y
z = 4*t; %创建z
graph1_1 = ezplot3(x,y,z) %描绘图形graph1_1
set(graph1_1,'Color','r','LineWidth',2) %设定图形的颜色,线形