str2strs.m

版本 1.0.0.0 (715 字节) 作者: 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 CenterMATLAB Answers 中查找有关 Characters 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