Jump to content

Get Matrix Elements function

From LabVIEW Wiki
Object information
Owning palette(s) Matrix palette
Type Function
Requires Basic Development Environment
Icon

The Get Matrix Elements function returns the elements of matrix at the specified row and column.

The row and column inputs specify row and column indexes. If you wire scalar data to row and column, for example i for row and j for column, the function returns a scalar that contains the element at location (i, j).

The connector pane displays the default data types for this polymorphic function.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links