MATLAB Function Reference    
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


  realpow record