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?
    조회 수: 3 (최근 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!


