how to vertically cascade a string vector and a numerica matrix
조회 수: 3 (최근 30일)
이전 댓글 표시
a={'time','channel1','channel2','channel3'}; b=[ 1 2 3 5; 4 2 6 7; 8 5 1 9; 3 2 4 6; 7 6 0 8]; how to vertically cascade the two, so the first row is a, and b has the same column number (4)?
댓글 수: 0
채택된 답변
Steven Lord
2016년 3월 23일
Consider creating a table using the contents of the cell array as the variable names and the matrix as the data.
참고 항목
카테고리
Help Center 및 File Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!