Syntax
SUB(object, start, end)
Description
Extracts a portion, of a list or matrix.
For a matrix, start and end are two lists of two numbers ({row, col}) specifying the top left and bottom right of the portion to extract.
For a vector or list, start and end are two numbers specifying the indexes of the first and last objects of the portion to extract.
SUB — Discussion