joinCellString

Join a cellstring into a character string by specified delimiter.
217 Downloads
Aktualisiert 14. Okt 2013

Lizenz anzeigen

Join a cellstring into a character string by specified delimiter.

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0