Stack a certain vectors of a matrix vertically
显示 更早的评论
I have a hypothetical matrix say a =
1 2 3
2 4 5
3 5 6
in one command, how I can stack the first two columns vertically to have a=[1 2 3 2 4 5]'
3 个评论
Niveen El Zayat
2018-6-14
the cyclist
2018-6-14
You could make this an answer (rather than a comment on the question).
Niveen El Zayat
2018-6-14
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!