split

Version 1.0.0.0 (457 Bytes) von Gerald Dalley
Splits a delimited string into a cell array.
5,2K Downloads
Aktualisiert 11. Mai 2004

Keine Lizenz

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.

Zitieren als

Gerald Dalley (2026). split (https://de.mathworks.com/matlabcentral/fileexchange/4873-split), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R12.1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: rsplit

Version Veröffentlicht Versionshinweise
1.0.0.0