Inserting Table from Matlab into Powerpoint slide

5 visualizzazioni (ultimi 30 giorni)
Nando Trindade
Nando Trindade il 15 Set 2011
Risposto: Jayanti il 1 Apr 2025
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!

Risposte (1)

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

Categorie

Scopri di più su MATLAB Report Generator in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by