joinCellString

Join a cellstring into a character string by specified delimiter.
217 téléchargements
Mise à jour 14 oct. 2013

Afficher la licence

Join a cellstring into a character string by specified delimiter.

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Characters and Strings dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0