LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I convert a XY graph to tabular data

Can you please help me. I had a XY graph of motor counts versus intensity. How can I see the graph values in tabular form.Please help me

0 Kudos
Message 1 of 6
(2,486 Views)

Use Unbundle function of cluster. You will get two separate array, one of motor counts and other one is of  intensity. Then using build array function you will get a 2D array.

 

I hope, I got your question right.

 

Thanks & Regards,

Manisha

0 Kudos
Message 2 of 6
(2,481 Views)

What ever you said will not work, because after unbundling, if give those elements to the build array function, the result is a 1d array, thus what to do, since table is a 2d arry. Please help

I

0 Kudos
Message 3 of 6
(2,471 Views)

I have attached an example. I hope it helps.

 

Thanks & Regards,

Manisha

0 Kudos
Message 4 of 6
(2,454 Views)

in your example its a 2d data but when i'am putting thet build array its a 1d array. So we have to change output property or something please reply

 

0 Kudos
Message 5 of 6
(2,443 Views)

Please post your code so that everyone can understand what you are trying to explain. 

 

Thanks & Regards,

Manisha

0 Kudos
Message 6 of 6
(2,440 Views)