str2strs.m

バージョン 1.0.0.0 (715 Bytes) 作成者: David Malicky
Takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings.
ダウンロード: 3.3K
更新 1998/5/11

ライセンスがありません

This function takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings. Spaces in the string are converted to underscore characters. It is currently set-up for tab delimination though may be modified for another character. Any length string, of any number of elements, of any length elements are ok as input. The char function can then be used to recover the individual elements of the cell-array output.

Tested with the Student version of Matlab 5.

引用

David Malicky (2024). str2strs.m (https://www.mathworks.com/matlabcentral/fileexchange/242-str2strs-m), MATLAB Central File Exchange. 取得済み .

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

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

Community Treasure Hunt

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

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