Export table from Live Script (formatting problem)

10 views (last 30 days)
Stu Pgmmr
Stu Pgmmr about 11 hours ago
Edited: Image Analyst about 7 hours ago
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:
  1. clear all
  2. close all
  3. clc
  4. T = table(rand(5,5))
  1 Comment
Image Analyst
Image Analyst 41 minutes ago
Edited: Image Analyst 23 minutes ago
Exactly what steps did you do to create the PDF output?

Sign in to comment.

Answers (0)

Categories

Find more on Live Scripts and Functions in Help Center and File Exchange

Products


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!