how to convert from column to row ?
76 views (last 30 days)
Show older comments
Firas Al-Kharabsheh
on 2 Apr 2016
Commented: Paul Krczal
on 18 May 2022
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
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Logical 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!