You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
%% Example Usage
t = TextTable();
t.table_title = 'Example Table';
t.addColumns( { 'Col 1', 'Col 2', 'Col 3' }, [ 10 -1 -1 ], [ 2 2 2 ] );
t.addRows( { 'The text will wrap', 'Column fit', 'N/A'; 'Col1,Row2', 'Col2,Row2', '' } );
t.text_wrap = true;
s = t.print( true, true );
Cite As
Michael Brancato (2026). TextTable (https://in.mathworks.com/matlabcentral/fileexchange/107944-texttable), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: cprintf - display formatted colored text in Command Window
General Information
- Version 1.0.0 (4.27 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
