- `X = real (Z)`

Devuelve la parte real de `Z`.

Véase también: `imag`, `conj`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/real.html
- https://octave.sourceforge.io/octave/function/real.html
- https://mathworld.wolfram.com/RealNumber.html
- https://es.wikipedia.org/wiki/N%C3%BAmero_real
