how to convert from column to row ?
Show older comments
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
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!