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!