length

Parameters

Parameter label

I/O type

Data type

Mandatory parameter?

Default value

inputVec

input

vector

yes

N/A

outputVec

output

scalar

N/A

N/A

Functionality

Module returns the number of elements in inputVec as outputVec. Here’s a simple example:

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