MTM[sqrt] - compute the square root
|
Calling Sequence
|
|
sqrt(M)
sqrt(x)
|
|
Description
|
|
•
|
The sqrt(x) function computes the square root of x.
|
•
|
The sqrt(M) function computes the element-wise square root of M. The result, R, is formed as R[i,j] = sqrt(M[i,j]).
|
|
|
Download Help Document
Was this information helpful?