LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display matrix elements and plot them 2D and 3D

Hello!!
 
I'd like to know what are the blocks (the blocks and how are connected themselves) to represent the elements of a nxm matrix, I want to display this elements in some tables.  
 
I also want to make 2D and 3D plot with the informations of these matrixs. What are the better blocks to use? I have to use "converting data" blocks?
 
Thank you!!
 
Larson
0 Kudos
Message 1 of 2
(2,527 Views)
Hello Larson,

You'll have to be more specific to what you need these matricies for and what's going to go in them.  Generally a matrix is just a 2D array, unless you need to perform actual martix algebra on them, at which point LabVIEW does have some functions to help you...

analyze->mathematics->linear algebra
0 Kudos
Message 2 of 2
(2,514 Views)