%* THIS FUNCTION IS OBSOLETE AND HAS BEEN REPLACED BY THE NEW FUNCTION "K_cCells" (that generalizes "K_cRows" and "K_cCols") *%
% Concatene cell rows regardless of the different sizes
B={'b11' 'b12' 'b13' ; 'b21' 'b22' 'b23'}
A={'a11' 'a12'}
B=K_cRows(B,A)
B=
'b11' 'b12' 'b13'
'b21' 'b22' 'b23'
'a11' 'a12' [ ]
인용 양식
Francesco (2025). Concatenate different sizes cell Rows (https://kr.mathworks.com/matlabcentral/fileexchange/50775-concatenate-different-sizes-cell-rows), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!