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 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