Skip to main content
4 of 5
added 96 characters in body
garej
  • 5k
  • 2
  • 20
  • 44

Edit With m = RandomInteger[9, {3, 6, 1}]

Just for completeness:

Catenate /@ m 

Just for diversity reasons

Apply[##&, m, {2}] Apply[Sequence, m, {-2}] 

Using @Mr.Wizard code I see that Catenate /@ m is really good.

enter image description here

garej
  • 5k
  • 2
  • 20
  • 44