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();