joinCellString

Join a cellstring into a character string by specified delimiter.
217 descargas
Actualizado 14 oct 2013

Ver licencia

Join a cellstring into a character string by specified delimiter.

Ex:
str = joinCellString( {'a','b','c'},'_' )
%gives a_b_c

Citar como

Ivar Eskerud Smith (2024). joinCellString (https://www.mathworks.com/matlabcentral/fileexchange/35419-joincellstring), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0