SteveMyres Posted July 9, 2010 Posted July 9, 2010 Is there an elegant way to flatten {{1,2},{3,4}} to {1,2,3,4} or do you have to write something?
AzeoTech Posted July 12, 2010 Posted July 12, 2010 None that I can think of off hand. You'll need to loop through the rows and use transpose(col, 0) and concat it to the accumulated result.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.