Matlab obtient une partie réelle et imaginaire

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