DataTable

store data in a table format that supports printing in plain text, Latex, HTML, Wiki,...

您现在正在关注此提交

编者注: This file was selected as MATLAB Central Pick of the Week

DataTable objects are used to store data in a table format that is easily expandable, manipulatable and that supports printing in a variety of formats (plain text, Latex, HTML, Wiki; new printing formats can be added without changing any code). The format of numeric table contents (e.g. number of displayed digits) and the alignment of text and numbers can be changed for each column individually.

To use, extract zip-archive and add the extracted folder ('datatablepackage') to your matlab path.

Type 'help DataTable' for more information and examples on how to use DataTable.

The new object-oriented programming in MATLAB 7.6 (R2008a) or higher is required for DataTable to work.

引用格式

Paul Mattern (2026). DataTable (https://ww2.mathworks.cn/matlabcentral/fileexchange/24766-datatable), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

fixed
"Undefined function or method 'myformat' for input arguments of type 'cell'."
error

1.0.0.0