Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Array question

0 views
Skip to first unread message

HardySpicer

unread,
Jul 28, 2009, 5:50:10 PM7/28/09
to
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

An...@mous.com

unread,
Jul 30, 2009, 7:14:31 PM7/30/09
to HardySpicer

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).

Dan Brzozowski

unread,
Aug 9, 2009, 6:28:38 PM8/9/09
to

try "reshape array"

0 new messages