03-11-2009 11:20 AM
Hi guys,
I tried to draw a graph from the data which is safed on the spread sheet. I have so many numbers( e.g: around 50000)on the spread sheet and I want to break every 20 numbers seperately and use those number to draw a graph.
Can anyone help me to break these numbers from the appened array and seperate them please?
I have attached the VI and the data file with this post.
Solved! Go to Solution.
03-12-2009 02:41 AM
Hi labview d...,
you can use the reshape array function to create a 2d array of your data.
See the attached image, it shows how you get 20 elements per row.
Mike
03-13-2009 02:14 PM
Hi Mike,
Thanks for your soultion.
Mayuren