Software Techniques Inc. (www.stiwww.com) MakeMat.m MATLAB function that forms a character matrix out of a text string based on a delimiter found in the string. Example output_matrix = makemat(input_string,char(34)) Forms a matrix with each row of the matrix starting where there is a comma in input_string. If the 2nd argument of the function is not specified then white spaces (char(32)) are assumed to be the delimiters. The following code will result in a character matrix with 20 rows. MakeMat(num2str(1:20)); Users are encouraged to improve upon this function however you must reference Software Techniques Inc. as the original author and have a link in the M-file pointing to our site (www.stiwww.com). Likewise if we receive any major improvements to the M-file from you, the user we will do the same. I.e. your email address or website will also be noted in the comments of the M-file.