如果Y为复数数组,则plot(Y)相当于()。
A:plot(real(Y))
B:plot(imag(Y))
C:plot(real(Y),imag(Y))
D:plot(imag(Y),real(Y))
出自:计算机科学