单项选择题

下列程序的运行结果是()。
x=0:pi/100:2*pi;
for n=1:2:10
plot(n*sin(x),n*cos(x))
hold on
end
axis square

A.5个同心圆
B.5根平行线
C.一根正弦曲线和一根余弦曲线
D.5根正弦曲线和5根余弦曲线