Array Methods
Array methods are used to add, remove, insert, and extract subsets of 1D and 2D arrays.
Returns a String[] for a specified column in the matrix. Useful when values have been read from a file and only certain columns should be shown in a table.
Returns a double[] for a specified column in the matrix.