If i have 70 rows and 1 column(70x1) and i want to concatenate every 5 rows into one row and make it a matrix of 14 rows and one column(14x1), how can i do this?
1 次查看(过去 30 天)
显示 更早的评论
Concatenate
3 个评论
CS Researcher
2016-5-5
Please update your question so people don't misunderstand. You need 14 rows and 5 columns (14x5 Matrix). As Sean suggested look at reshape function in MATLAB.
回答(1 个)
另请参阅
类别
在 Help Center 和 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!