Two dimensional array

How to convert data1[9100][4] into data2[1400][26]?
I have to convert one two dimensional array into different size of two dimensional array.

In reply to yogeshraut712:

You can use the streaming operator. See 11.4.14 Streaming operators (pack/unpack) in the 1800-2017 LRM