08-05-2010 04:59 PM - edited 08-05-2010 05:00 PM
What you posted shows the 1-D array of frequencies being written first followed by the 2-D array of phase/mag data. That is the opposite of what your latest .xls file showed.
Use Build array to concatenate your arrays together and use transpose where necessary.
08-06-2010 11:00 AM
I can't connect that last build array with transpose because the build array is making a 3D array
08-06-2010 11:41 AM
This is the output I'm getting and I don't quite understand it
08-06-2010 11:49 AM
@arthur51189 wrote:
I can't connect that last build array with transpose because the build array is making a 3D array
You have to right-click on the Build Array and select "Concatenate Inputs". This is explained in the LabVIEW Help and is basic LabVIEW knowledge.
08-09-2010 02:09 PM
Can you look at my program and my output. On my output I don't know why it only displays the last set of points (2,2). It doesn't display (1,1) (1,2) (2,1).