TABD

A function to create tables rows in text.
708 download
Aggiornato 5 dic 2005

Nessuna licenza

TABD(X) is equivalent to DISP(X)

TABD(C, TABS) prints out the strings or scalars in the cell array C,left aligned to the tabs given in increasing order in TABS, in character units. The number of tabs should equal the number of elements in C.

TABD(C, TABS, ALIG) aligns the column data to the tabs according to the alignment method given by the string ALIG. ALIG should contain 1 or as many as tabs of the characters 'l', 'r', 'c' which stand for left, right or center alignment, respectively.

Strings or string conversions in C which are longer than the spacing to neighbouring tabs are truncated to fit the tab distance. When strings overlap neighbouring strings (e.g. the strings at a left aligned tab coming before a right aligned tab), strings that come later in the order of C overwrite strings that come before.

Cita come

Gaetan Koers (2025). TABD (https://it.mathworks.com/matlabcentral/fileexchange/9235-tabd), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP2
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0