04-29-2013 01:16 PM
How does one switch a vector from being a horizontal array to a vertical array in labview?
Solved! Go to Solution.
04-29-2013 01:30 PM
A 1D array doesn't matter. Only when you are trying to combine multiple arrays do you really need to worry about that. What problem are you running into?
04-29-2013 01:45 PM
I'm trying to do loads of arithmatic with multiple arrays. Half of them are vertical and the other half are horizontal. I guess my real question is- Is it possible to do arithmatic with arrays that are not all vertical or not all horizontal?
04-29-2013 01:47 PM
Oh yeah, and I'm working with all 1D arrays.
04-29-2013 01:48 PM
Are you referring to how the 1D arrays are displayed on the front panel? In the actual data, it is just a 1D array. It doesn't matter if the front panel shows the array vertically or horizontally.
04-29-2013 01:53 PM
Thanks! I'm a super-beginner right now so I think the way the front panel displayed it to me just was a little confusing.