Export table from Live Script (formatting problem)
Mostrar comentarios más antiguos
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 comentario
Image Analyst
el 26 de Nov. de 2024
Editada: Image Analyst
el 26 de Nov. de 2024
Exactly what steps did you do to create the PDF output?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!