Rank: 43762 based on 0 downloads (last 30 days) and 0 files submitted
photo

jjcai Cai

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by jjcai View all
Updated File Comments Rating
24 Sep 2009 Split delimiter separated strings into a matrix Function to split a delimiter separated string into a matrix of doubles. Author: Gie Spaepen
24 Sep 2009 Split delimiter separated strings into a matrix Function to split a delimiter separated string into a matrix of doubles. Author: Gie Spaepen

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