joinCellString

Join a cellstring into a character string by specified delimiter.

You are now following this Submission

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 (2026). joinCellString (https://www.mathworks.com/matlabcentral/fileexchange/35419-joincellstring), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0