Rank: 1645 based on 50 downloads (last 30 days) and 1 file submitted
photo

Paul Mattern

E-mail
Company/University
Dalhousie University

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Paul
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Aug 2009 Screenshot DataTable store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... Author: Paul Mattern html, table, potw, data export, wiki, latex 50 2
  • 5.0
5.0 | 1 rating
Comments and Ratings by Paul
Updated File Comments Rating
17 Aug 2009 DataTable store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... Author: Paul Mattern

Thanks for the comment. I just submitted the new version and it should be available shortly.

For a quick fix replace line 933 in DataTable.m:
strdata = myformat(this.applyColumnFormat());
by
strdata = this.standardFormat(this.applyColumnFormat());

More infos about the bug: The function "myformat" only exists on my computer and has been replaced by standardFormat in the DataTable class. Unfortunately I did not replace it everywhere.

Comments and Ratings on Paul's Files View all
Updated File Comment by Comments Rating
18 Sep 2009 DataTable store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... Author: Paul Mattern Matthew

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

Thanks for the comment. I just submitted the new version and it should be available shortly.

For a quick fix replace line 933 in DataTable.m:
strdata = myformat(this.applyColumnFormat());
by
strdata = this.standardFormat(this.applyColumnFormat());

More infos about the bug: The function "myformat" only exists on my computer and has been replaced by standardFormat in the DataTable class. Unfortunately I did not replace it everywhere.

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

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

Top Tags Applied by Paul
data export, html, latex, table, wiki
Files Tagged by Paul
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Aug 2009 Screenshot DataTable store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... Author: Paul Mattern html, table, potw, data export, wiki, latex 50 2
  • 5.0
5.0 | 1 rating
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com