We can calculate the magnitude and phase angle element by element using abs and angle command, but I want to find out the overall magnitude and phase angle of a complex vector like [1+2*j 2+0.5*j 3-0.8*j 0.2+4*j ]T. Here T is the Transpose because this is a column vector.