printtable(content, Name, Value)

Versión 1.2.0.0 (5,37 KB) por brayantz
Print character table in custom format.
97 descargas
Actualizado 21 mar 2018

Ver licencia

This function is usefull to display matrices in the screen as a report with diferent 'styles'. You can specify column and rows variable names, aligment, padding spaces, delimiters, corners and borders. Also can save the result as a charcater array to be used with functions: fprintf, sprintf, warning, error and MException.
The purpose of this function is to be an option to the already existing similar functions (see Acknowledgments).

Citar como

brayantz (2024). printtable(content, Name, Value) (https://www.mathworks.com/matlabcentral/fileexchange/64517-printtable-content-name-value), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Tables en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Printing a formatted table, latexTable, print_table

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Changed function name (printtable), changed parameter names, refactorized.

1.1.0.0

Changed name (printTable), changed parameter names, refactorized, added input parser scheme, dependence with
the function interleave (FEX).

1.0.0.0

Add comment