abs

Parameters

Parameter label

I/O type

Data type

Mandatory parameter?

Default value

inputVec

input

vector

yes

N/A

outputVec

output

vector

N/A

N/A

Functionality

Module computes the element-wise absolute values of the elements of inputVec. Here’s an example

inputVec = [1,-2,-3,-4]
...
outputVec = [1,2,3,4]