Software Techniques Inc. (www.stiwww.com) File2Cell.m Syntax y = File2Cell(Filename,delimiter) both Filename and delimiter are string arguments Because looping is used, this function can be slow for reading large files Used to import data from files which contain both numeric and non-numeric data Reads and converts an entire file into a cell array based on a delimiter Returns a cell array of the form {i,k} where i is the index for a given line in the file and k is the index for the columns in a line 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.