ColumnsSelection

Selects one or more columns from a matrix. The number of columns to select are specified with the Column count property, and changing this value will create or delete properties called: Column 1 - N where N is the value of the Column count property. The selected columns can either be exposed as one matrix or one matrix (with one column) for each selected column by changing the Output type property.

If one of the column indices are illegal the corresponding column in the resulting matrix is filled with zeros and an error message is written once.