フィルターのクリア

how to import a table generated in Matlab to powerpoint

54 ビュー (過去 30 日間)
Youssif Youssif
Youssif Youssif 2022 年 11 月 20 日
コメント済み: Youssif Youssif 2022 年 11 月 21 日
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?
Youssif Youssif
Youssif Youssif 2022 年 11 月 21 日
a regular table generated using the table command if that helps

サインインしてコメントする。

回答 (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.
  2 件のコメント
Youssif Youssif
Youssif Youssif 2022 年 11 月 20 日
can you automate this process?
Vilém Frynta
Vilém Frynta 2022 年 11 月 21 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by