Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# copies fields 1, 5, 9, 13, 17 of x into y
Y = X[1,20,4]

 

vector abs(

...

vector

...

)

Returns the vector of the absolute value of the input vector at each element. Missing values are retained, unaltered by the calculation.

...