12-12-2013 04:51 PM
I want to send a 2D array of integers from Labview to matlab.
Using tcpip.
The question is: is there a way to send the whole array, instead of element by element?
Because I need to have the same array structure when I receive it in matlab.
Thanks
12-12-2013 04:51 PM
I already know how to send single elemets using tcpip.