how to import a table generated in Matlab to powerpoint
42 次查看(过去 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!