cellmatrix2str & str2cellmatrix
バージョン 1.0.0.0 (689 Bytes) 作成者:
Aman Siddiqi
Parses sentances into cells of individual words, and the reverse
ダウンロード: 1.2K
更新
2007/5/11
ライセンスがありません
cellmatrix2str({'test ' 'me'})
Yields 'test me' as a character string.
It combines all the cells into 1 string
str2cellmatrix('This is a test')
yields a 1x4 cell matrix with each word in a seperate cell. This parses a string into individual cell blocks.
引用
Aman Siddiqi (2026). cellmatrix2str & str2cellmatrix (https://jp.mathworks.com/matlabcentral/fileexchange/14952-cellmatrix2str-str2cellmatrix), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Language Fundamentals > Data Types > Data Type Conversion >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
Help Center および MATLAB Answers で Data Type Conversion についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
