joinCellString
Version 1.1.0.0 (1.13 KB) by
Ivar Eskerud Smith
Join a cellstring into a character string by specified delimiter.
Join a cellstring into a character string by specified delimiter.
Ex:
str = joinCellString( {'a','b','c'},'_' )
%gives a_b_c
Cite As
Ivar Eskerud Smith (2024). joinCellString (https://www.mathworks.com/matlabcentral/fileexchange/35419-joincellstring), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.