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
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
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.

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by