split_str: Split a string based on an array of character delimiters in Matlab
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 [...]
Tagged matlab, split string