split_str: Split a string based on an array of character delimiters in Matlab
by Paul Kiddie • January 14, 2009 • matlab • 2 Comments
I recently needed to do some processing of some data in a text file within matlab where I needed to break up a given string based upon a number of delimiters. I produced the following function which can be used in MATLAB to split a string into a cell array of strings based upon a [...]
Read more →