MATLAB Function Reference
  Go to function:
    Search    Help Desk 
abs    Examples   See Also

Absolute value and complex magnitude

Syntax

Description

abs(X) returns the absolute value, , for each element of X.

If X is complex, abs(X) returns the complex modulus (magnitude):

Examples

See Also

angle       Phase angle

sign        Signum function

unwrap      Correct phase angles



[ Previous | Help Desk | Next ]