How to convert 4 x 4 matrix into row matrix

I need to convert a 4 x 4 matrix into single row matrix
like
A=[1 2 3 4;
5 6 7 8;
9 10 11 12;
13 14 15 16]
into [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16]

Asked:

on 24 Feb 2014

Commented:

on 24 Feb 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!