abs
September 9th, 2009 Posted in Functions
Absolute value and complex magnitude
Syntax
1 | abs(X) |
Description
abs(X) returns an array Y such that each element of Y is the absolute value of the corresponding element of X.
If X is complex, abs(X) returns the complex modulus (magnitude), which is the same as
See Also
angle, sign, unwrap
Related posts
Leave a Reply
You must be logged in to post a comment.