Creating a pdf file of a tabular data in MATLAB command window
조회 수: 6 (최근 30일)
이전 댓글 표시
I have a table generated in command window from a function (.m) file.
How to export this tabular data into pdf or word?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/238294/image.jpeg)
댓글 수: 0
채택된 답변
Jackson Burns
2019년 9월 14일
MATLAB Report Generator may be what you are looking for.
You may also want to consider writing your results to an excel sheet instead of a pdf or word, as this would be easier to work with in the future. This would use the function writetable.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!