TextTable

Quickly generate nicely formatted text tables. Use control over text wrapping, row specific color and adjustment of border format.

現在この提出コンテンツをフォロー中です。

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

引用

Michael Brancato (2026). TextTable (https://jp.mathworks.com/matlabcentral/fileexchange/107944-texttable), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: cprintf - display formatted colored text in Command Window

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0