MATLAB: How can i write a complex in pola form such as , and how can i put it in a matrix

complex polar number

polar form

Best Answer

after i find the answer i want to help people as much as i can : for example you have an a = abs(5); and a angle 45 degree ; after you find the angle in radian : b= (45*pi)/180 ; because matlab deals with angles in radian write eq = a*exp(i*b);