Absolute value and complex magnitude - MATLAB abs
This MATLAB function returns the absolute value of each element in array X. ... Examples expand all Absolute Value of Scalar y = abs(-5) y = 5 Absolute Value of Vector Create a numeric vector of real values. x = [1.3 -3.56 8.23 -5 -0.01]'
www.mathworks.com |