iabs

Absolute value (complexified version of abs).

Back to Numerical Differentiation Toolbox Contents.

Contents

Syntax

y = iabs(x)

Description

y = iabs(x) returns the absolute value of x.

Input/Output Parameters

Variable Symbol Description Format
Input x input argument 1×1
complex
Output y absolute value of 1×1
complex

See also

abs