Export table from Live Script (formatting problem)
Mostra commenti meno recenti
I create multi-column tables in LiveScript but when I export to *.pdf or *.doc files only the first column seems to be exported (see Exported_file.jpg). Is there some formatting command I am missing?
LiveScript code:
- clear all
- close all
- clc
- T = table(rand(5,5))
1 Commento
Image Analyst
il 26 Nov 2024
Modificato: Image Analyst
il 26 Nov 2024
Exactly what steps did you do to create the PDF output?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Tables in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!