joinCellString

Join a cellstring into a character string by specified delimiter.

Vous suivez désormais cette soumission

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

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0