how to convert from column to row ?

81 views (last 30 days)
if i have a
A= 1
2
5
3
4
7
how can i convert it to row
B = 1 2 5 3 4 7

Accepted Answer

Roger Stafford
Roger Stafford on 2 Apr 2016
  4 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!