Concatenate different sizes cell Rows

Version 1.3.0.0 (393 Bytes) by Francesco
Concatene cell rows regardless of the different sizes
80 Downloads
Updated 13 May 2015

View License

%* 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' [ ]

Cite As

Francesco (2024). Concatenate different sizes cell Rows (https://www.mathworks.com/matlabcentral/fileexchange/50775-concatenate-different-sizes-cell-rows), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Creating and Concatenating Matrices in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

%* THIS FUNCTION IS OBSOLETE AND HAS BEEN REPLACED BY THE NEW FUNCTION "K_cCells" (that generalizes "K_cRows" and "K_cCols") *%

1.2.0.0

.

1.1.0.0

.

1.0.0.0