CELL2MD: Save a cell array to file as a nicely formatted markdown table

Versión 1.0.0.0 (3,17 KB) por Bob Spunt
Saves a cell array to file as a nicely formatted markdown table
270 descargas
Actualizado 3 feb 2016

Save a cell array to file as a nicely formatted markdown table.
USAGE: cell2md(X, varargin)

__________________________________________________________________________
INPUTS

X: cell array to write (can be numeric or char array, in which case it will be converted to a cell array)

VARARGIN (optional arguments entered as "name,value" pairs):

outfile - name for output file (default: cell2md_YYYY_MM_dd)
hdrnames - name for column headers (default: first row of X)
alignment - horz alignment for columns (can be 1x1 char to use same alignment for all columns, or 1 x size(X,2) cell array to use column-specific alignments)

__________________________________________________________________________
EXAMPLE USAGE
Save with default filename and alignment with column headers A, B, C

X = num2cell(rand(10, 3));
cell2md(X, 'hdr', {'A' 'B' 'C'});

Citar como

Bob Spunt (2024). CELL2MD: Save a cell array to file as a nicely formatted markdown table (https://github.com/spunt/cell2md), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.