LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display array in table

I manage to generate a 6x10 matrix array and I wanted to display it in a table. Is there a way to do that? I tried using a multi-column list box but an error comes up saying that the arrays do not match. Is there a way to fix this/ another way of doing it?

Thank you

0 Kudos
Message 1 of 4
(2,938 Views)

Format the matrix into a 2D Array of strings.  You can then put that straight into a table indicator.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(2,936 Views)

Thank you for your reply. How would the array be converted to a 2D array?

0 Kudos
Message 3 of 4
(2,930 Views)

format matrix to 2d array.png

 

this could be one way how to do it.

Duri
Message 4 of 4
(2,905 Views)