From: HardySpicer on 28 Jul 2009 17:50 I have a 1X2X2 dimension array and I need to convert it to a 2X2 matrix. The array to matrix thing won't work as the arrays are of the wrong dimension. How do I equalise them? I tried delete subset array etc and no luck. Hardy
From: Anony on 30 Jul 2009 19:14 HardySpicer wrote: > I have a 1X2X2 dimension array and I need to convert it to a 2X2 > matrix. The array to matrix thing won't work as the arrays are of the > wrong dimension. How do I equalise them? I tried delete subset array > etc and no luck. > Hardy This newsgroup isn't really active. forums.ni.com is a better place to post these questions. I presume you want to do this pro grammatically in Labivew. One thing that you could do is just to index into the array, addressing the first indice "1". This will result in a 2x2 double array (matrix).
From: Dan Brzozowski on 9 Aug 2009 18:28 HardySpicer wrote: > I have a 1X2X2 dimension array and I need to convert it to a 2X2 > matrix. The array to matrix thing won't work as the arrays are of the > wrong dimension. How do I equalise them? I tried delete subset array > etc and no luck. > > > Hardy try "reshape array"
|
Pages: 1 Prev: buffering of samples Next: Receiving events from COM component with IConnectionPoint support |