Matlab получает реальную и воображаемую часть

real_part = real(my_complex);
complex_part = imag(my_complex);
Flyhouse_Squarewheel