realΒΆ

real returns the real part of its argument.

rmReal = real(m)

Return Value

rmReal is the real part of the matrix m.

Parameters

m

m is a real or complex matrix.

See also

imag

id-362292