Export table from Live Script (formatting problem)
Ältere Kommentare anzeigen
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 Kommentar
Image Analyst
am 26 Nov. 2024
Bearbeitet: Image Analyst
am 26 Nov. 2024
Exactly what steps did you do to create the PDF output?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!