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!