LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i transform a n x 1 array into a m x n array?

 
0 Kudos
Message 1 of 3
(2,407 Views)

Hi

 

Just replying to my own message.

I have a dataset as follows:

                                                0                                                                             0                        0

                                                 56.90                                                                   56.90                 678

                                                567.90                                                                    567.90               654

                                               0                                      Transform into         ->        0                         0

                                               0

                                               678

                                                654

                                                 0

 

 

0 Kudos
Message 2 of 3
(2,406 Views)
Just use "reshape array" and then transpose if needed. See attached example (LabVIEW 7.1)
0 Kudos
Message 3 of 3
(2,399 Views)