From: HardySpicer on
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
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
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"