单项选择题

下列程序运行后,看到的图形()。
t=0:pi/6:2*pi;
[x,y,z]=cylinder(t,6);
surf(x,y,z)
view(0,90);
axis equal

A.6个同心圆
B.6个同心的六边形
C.12个同心圆
D.12个同心的六边形