Using Cell Arrays to Concatenate Vectors/Matrices Together

Shows how to use cell arrays to concatenate vectors/matrices together.
44 Downloads
Updated 7 Apr 2017

View License

Often you need to loop over a set of files or vectors and concatenate them together. There are multiple ways to handle this but the cell array seems to be the easiest and most elegant. You don't need to know the total size of the all the vectors before you loop. You don't have to concatenate inside the for loop.

Cite As

Jason Nicholson (2024). Using Cell Arrays to Concatenate Vectors/Matrices Together (https://www.mathworks.com/matlabcentral/fileexchange/62453-using-cell-arrays-to-concatenate-vectors-matrices-together), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Matrices and Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

grammar mistake fixed.