joinCellString

Join a cellstring into a character string by specified delimiter.
ダウンロード: 217
更新 2013/10/14

ライセンスの表示

Join a cellstring into a character string by specified delimiter.

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

引用

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

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCharacters and Strings についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Bug fix for when separator includes backslash, like \n

1.0.0.0