Inserting Table from Matlab into Powerpoint slide

Does anyone know how to insert a table from MATLAB to a powerpoint slide?
For example: header = cell{1,3}; header = {'Header1' 'Header2' 'Header 3'};
data= [1, 2, 3; 1, 4, 9;];
How would one output this to powerpoint? I've seen the Matlab figures to powerpoint copying and pasting, but not sure how to insert a table.
Thanks for your help!

1 件のコメント

Kaustubha Govind
Kaustubha Govind 2011 年 9 月 15 日
How do you render the table in MATLAB?

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

回答 (1 件)

Jayanti
Jayanti 2025 年 4 月 1 日

0 投票

Hi Nando,
You can refer to the below MATLAB Answer thread which explain how to import matlab table to powerpoint:

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

質問済み:

2011 年 9 月 15 日

回答済み:

2025 年 4 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by