real field in MatLab -- MatLab

 real field in MatLab -- MatLab


properties

realmin

smallest normalized floating-point number.

realmax

largest positive floating-point number. 

method

real

get real part of the given number.

isreal

check it is real.
return true when it is a real number.
otherwise, return false.

source:

Comments