Archive for June, 2007

Matlab中生成圆锥

Saturday, June 30th, 2007

参数方程
x=a*sint
y=a*cost
z=a

matlab

ezsurf(’a.*sin(t)’,'a.*cos(t)’,'a’);