Export table from Live Script (formatting problem)
古いコメントを表示
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 件のコメント
Image Analyst
2024 年 11 月 26 日
編集済み: Image Analyst
2024 年 11 月 26 日
Exactly what steps did you do to create the PDF output?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!