K_cCols(b,a)

Version 1.2.1.0 (396 Bytes) by Francesco
Concatene cell columns regardless of the different sizes
83 Downloads
Updated 14 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 columns regardless of the different sizes
B={'b11' 'b12' ; 'b21' 'b22' ; 'b31' 'b32'}
A={'a11';'a21'}
B=K_cCols(B,A)
B =
'b11' 'b12' 'a11'
'b21' 'b22' 'a21'
'b31' 'b32' [ ]

Cite As

Francesco (2024). K_cCols(b,a) (https://www.mathworks.com/matlabcentral/fileexchange/50776-k_ccols-b-a), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Variables 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.2.1.0

.

1.2.0.0

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

1.1.0.0

.

1.0.0.0