split

バージョン 1.0.0.0 (457 Bytes) 作成者: Gerald Dalley
Splits a delimited string into a cell array.
ダウンロード: 5.2K
更新 2004/5/11

ライセンスがありません

Splits a delimited string into a cell array. Example: split('_/', 'this_is___a_/_string/_//') returns {'this', 'is', 'a', 'string', []}.

Tested on MATLAB R12.1 and R13.

引用

Gerald Dalley (2026). split (https://jp.mathworks.com/matlabcentral/fileexchange/4873-split), MATLAB Central File Exchange. に取得済み.

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

ヒントを与えたファイル: rsplit

バージョン 公開済み リリース ノート
1.0.0.0