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

Kevin

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Kevin View all
Updated File Comments Rating
02 Dec 2009 Recursive directory listing Directory listing with a difference, supports directory wildcards. Author: Gus Brown

Very Useful Function.
One thing I have noticed when using this function is that the results are not unique. The files that are returned seem to be repeated based on how many subdirectories deep they are. This issue is easily fixed by running unique on the results.

14 Aug 2009 DataTable store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... Author: Paul Mattern

I get this error when I try to run the code with the following.

>> table=DataTable();
>> table{1:10,1:10}=3

    10x10 DataTable
??? Undefined function or method 'myformat' for input arguments of type 'cell'.

Error in ==> DataTable>DataTable.printTableBody at 933
            strdata = myformat(this.applyColumnFormat());

Error in ==> DataTable>DataTable.toText at 211
            this.printTableBody(fid, tight, TextTablePrinter(delimiter))

Error in ==> DataTable>DataTable.display at 921
            this.toText();

Contact us at files@mathworks.com