str2strs.m

Version 1.0.0.0 (715 Bytes) von David Malicky
Takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings.
3,3K Downloads
Aktualisiert 11. Mai 1998

Keine Lizenz

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.

Zitieren als

David Malicky (2026). str2strs.m (https://de.mathworks.com/matlabcentral/fileexchange/242-str2strs-m), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R10
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen
Quellenangaben

Inspiriert: rsplit

Version Veröffentlicht Versionshinweise
1.0.0.0