Main Home Quick tour Handbook Docs Mailing Lists Demonstration Download Sourceforge project FAQ Links
Toolboxes Char Control Crypto Deprecated Engine Finance FunFun General Graphics 3D Graphics Image Integration InputOutput JMathLib LinearAlgebra Matrix Miscellaneous Net Polynomial Set Signal SpecFun SpecialMatrix Statistics String System Time Trigonometric UserInterface ...
Contact Developers
answer = isreal(matrix)
Returns 1 if any of the elements of the supplied matrix are not zero.
isreal([0,2i]) = 0 isreal([11,0]) = 1 isreal([]) = 1
isnan, isimaginary
Last modified