05-26-2010 03:39 AM
Hello,
In my program I use a cluster of two 1D-array : X array, and Y array. (cluster of 2 elements).
I want to create spreadsheets with X and Y values (in 2 rows) and import it from .xls to labview, to use in my cluster.
The problem is that the VI "Read from spreadsheet file.vi" give me a 2D-array, where I would like two 1D-array to put it in my cluster.
Do you know how to convert this, or another way to get what I want ?
Thanks in advance !
05-26-2010 03:44 AM
Ok I was unable to use Index Array, but now it's ok..
Sorry for wasting your time reading 🙂
05-26-2010 04:21 AM
Arg, still not OK. It looks like the function is designed to read ROWS.
And I need to read COLUMNS (i was wrong in my first message).
Does anyone know how to do please ?
05-26-2010 05:18 AM
05-26-2010 09:21 AM