printtable(content, Name, Value)
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).
Cita come
brayantz (2025). printtable(content, Name, Value) (https://it.mathworks.com/matlabcentral/fileexchange/64517-printtable-content-name-value), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Language Fundamentals > Data Types > Tables >
Tag
Riconoscimenti
Ispirato da: 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!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 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
|
||
| 1.0.0.0 | Add comment |