split

Splits a delimited string into a cell array.
5,2K Descargas
Actualizado 11 may 2004

Sin licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R12.1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: rsplit

Versión Publicado Notas de la versión
1.0.0.0