Export table from Live Script (formatting problem)
Afficher commentaires plus anciens
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 commentaire
Image Analyst
le 26 Nov 2024
Modifié(e) : Image Analyst
le 26 Nov 2024
Exactly what steps did you do to create the PDF output?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!