Watch this Author's files
One of the problems of this function is that it does not work with delimiter '\t'.
One of many solutions by u...@neurol.unizh.ch (I found from google groups) is as follows:
>> s=sprintf('one\ttwo three\tfour'); >> r=regexp(s,'\t','split')
Contact us at files@mathworks.com