Visualization VIs
- Updated2023-02-21
- 1 minute(s) read
Visualization VIs
Owning Palette: Multicore Analysis and Sparse Matrix VIs
Requires: Multicore Analysis and Sparse Matrix Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Visualization VIs to render sparse matrices in different views.
Palette Object | Description |
---|---|
Draw Sparse Graph | Treats the sparse matrix as an adjacency matrix and draws the graph. |
Draw Sparse Pattern | Draws the pattern of elements in a sparse matrix. The pattern shows the coordinates, the row and column indices, of elements in the sparse matrix. This VI ignores the actual values of elements in the sparse matrix. |
Draw Sparse Structure | Draws the structure of elements in a sparse matrix. The structure shows not only the coordinates, the row and column indices, of elements, but also the actual values of elements in the sparse matrix. |