strjoin
Version 1.0.0.0 (1.36 KB) by
Joao Henriques
Joins cell array into a single string, with delimiter. Small, vectorized and fast.
This simple function takes a cell array of strings and joins them, using a delimiter.
It doesn't use any FORs or slow operations so it's useful for performance-critical code.
Cite As
Joao Henriques (2026). strjoin (https://uk.mathworks.com/matlabcentral/fileexchange/39143-strjoin), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Characters and Strings >
- MATLAB > Language Fundamentals > Data Types > Cell Arrays >
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
