TextTable

Quickly generate nicely formatted text tables. Use control over text wrapping, row specific color and adjustment of border format.
10 téléchargements
Mise à jour 13 mars 2022

Afficher la licence

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

Citation pour cette source

Michael Brancato (2026). TextTable (https://fr.mathworks.com/matlabcentral/fileexchange/107944-texttable), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.0