how to import a table generated in Matlab to powerpoint
조회 수: 40 (최근 30일)
이전 댓글 표시
Hello,
I was wondering if anyone knew how to import any table created in matlab to a power point presentation?
댓글 수: 2
Jan
2022년 11월 20일
What do you call "table"? A table object? The contents of a uitable? A formatted output to the command window?
답변 (1개)
Vilém Frynta
2022년 11월 20일
I'd export your table using
writetable(table, "table.xlsx")
into .xlsx file and then proceed to manually import it into a PowerPoint presentation via Insert > Table > From Excel.
That'd be my way to do it.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!