Ducc Posted June 5, 2005 Report Posted June 5, 2005 Hi. I've tried to find a good guide for this, but I'm coming up short. I have a set of data that I need to break out of an array, do some stuff to, and put it all back together. I seem to be able to get the data out, but I'm having a hard time putting it back in. It seems as if LabView don't care if it's a 1d array column, or a 2d array row. Here is a graphical description of my problem. Can someone point me to a good "labview array reference", or give me some hints here? Thanks! EDIT: I should note that I'm also concerned with speed. The faster this operation completes the better. Millisecond saving is valuable. Quote
Ducc Posted June 6, 2005 Author Report Posted June 6, 2005 Heh heh. I did didn't realize I had already done it before I posted that. I think I need my head checked. So my questions changes. Is this the most efficient way to do this? I'd describe the process, but I imagine you can look at the code and understand better than reading a description. Quote
ahlers01 Posted June 6, 2005 Report Posted June 6, 2005 Here is a graphical description of my problem. 4935[/snapback] Is it this what you want: ?(be careful when the original 1D arrays have unequal length. You need to pad them in some meaningful way.) -Franz Quote
Ducc Posted June 11, 2005 Author Report Posted June 11, 2005 oooooh! Yea, that's exactly what I wanted. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.