Nowadays, its possible to convert a matrix to a line using the formula TOROW():
=TOROW(A1:C3)
The result will show the items in the following order
A1 A2 A3 B1 B2 B3 C1 C2 C3