Plot a random trigonometric polynomial of degree 3, using complex exponential form with complex coefficients taken from the normal distribution. Note that Matlab command
plot(z) when given a single vector z with complex values, interprets it as plot(real(z), imag(z)).
