MATLAB Function Reference Previous page   Next Page
realsqrt

Square root for nonnegative real arrays

Syntax

Description

Y = realsqrt(X) returns the square root of each element of array X. Array X must contain only nonnegative real numbers. The size of Y is the same as the size of X.

Examples

See Also

reallog, realpow, sqrt, sqrtm


Previous page  realpow rectangle Next page

© 1994-2005 The MathWorks, Inc.