talltubatom
New member
- Joined
- Jun 9, 2009
- Messages
- 4
- Programming Experience
- Beginner
I have a 2d array of type double that is returned to me asynchronously. I would like to take this array and add it to the previously returned array. Currently I am using measurement studio to copy each row of the 2d array and put it into a 1d array then concatenate the 1d arrays. Is there a way to simply concatenate the 2d array?