单项选择题

如果Y为复数数组,则plot(Y)相当于()。

A.plot(real(Y))
B.plot(imag(Y))
C.plot(real(Y),imag(Y))
D.plot(imag(Y),real(Y))