creating an empty cell
이전 댓글 표시
I have two matrix:
A = [1 2 3]
B = [4 5 6 7; 9 8 7 6; 5 4 3 2]
I want to combine these two matrice into:
C = [ 1 2 3; 4 5 6 7; 9 8 7 6; 5 4 3 2]
I want the top left corner to be an empty cell because in the end I want to write matrix C to a csv file so I would like to have that cell empty. I tried playing around with vertcat and horzcat but I keep getting dimensions are not consistent error.
댓글 수: 1
Sean de Wolski
2011년 4월 4일
Well written question; you get a vote!
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!