I know how to plot a 2D real vector. Let's say I have a vector 'a' represented in a row matrix, a = [1 1]. I can plot it in xy plane and I will be getting a line having the equation x=y.

Similarly, I know how to plot a complex number. Let's say I have a complex number z=a+ib. I can plot in real-imag plane and I will be getting a similar line having the equation x=y.

But I don't know how to plot a complex vector 'c' represented in a row matrix, c = [1+i 1+i].

Kindly guide in plotting other alternate complex vectors such as [1+i 1-i], [1 i], [i 1]

More Hakeem Niyas's questions See All
Similar questions and discussions