LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I graph plots from the rows of a 2D array?.

Hi Everyone
I am working on a graph in which I have generated a 2D array of phase values, and would like to graph each row as its own plot. Does anyone have a suggestion for the simplest way to do this?
0 Kudos
Message 1 of 3
(2,679 Views)

Take your 2D array, index your array => 1D array for each plot

Put the 1D array into a graph

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 2 of 3
(2,651 Views)

You already show multiple plots on your graph. Do you mean you want seperate graphs?

 

(Can you explain why you build the 2D array into a 3D array, just to reduce it back to a 2D array a nanosecond later?)

0 Kudos
Message 3 of 3
(2,645 Views)