Extracts selected column data from an array of table data
The extract column macro reads in table data that is input as a data array, then outputs a one-dimensional array that constitutes a selected column. The table data can be input to this module from an output port of a module such as Read_Column_File.
A typical use for this module is constructing graphs.
An array of table data. The data can be input to this port from an output port of a module such as Read_Column_File.
Connects the module to a user interface object that contains the module's user interface objects. By default, this input port is connected to the default user interface object in the application in which the module is instanced.
A set of radio buttons with which to specify the column to be extracted from the data array.
prim[]. An array of the data from the extracted column.
This example uses data from a column-data file to construct a graph. For details, see the reference description.