table2char(data,varargin)
Helper function which converts a table/dataset to a compactly formatted character representation (in analogy to NUM2STR). It also makes the table more human readable by only showing the relevant digits, removing unnecessary zeros, the boldfont control commands added in the TABLE display and more.
The function can handle multi-dimensional columns of many types. The string representation is useful for storing the table in a text file or appending it to other text data (e.g. as UserData in a figure).
Cite As
David J. Mack (2024). table2char(data,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/58951-table2char-data-varargin), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Characters and Strings >
- MATLAB > Language Fundamentals > Data Types > Tables >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.7.0.0 | - [MOD] Major code mod. Outsourced several routines to sub-functions to make the code more maintainable. Changed the style to adhere to Matlab Code Rules.
|
||
1.6.0.0 | [FIX] Error when printing row names & units |
||
1.5.0.0 | [FIX] Error for columns containing only 1 finite negative and otherwise NaNs. |
||
1.4.0.0 | [FIX] Rounding to one problem.
|
||
1.3.0.0 | [ADD] Added the optional input 'AddUnits' to specify if the variables' units should be added to the output. |
||
1.2.0.0 | Corrected a typo.
|
||
1.1.0.0 | Now shows if a value is 0 after rounding to the column's precision. |
||
1.0.0.0 |