how to import a table generated in Matlab to powerpoint
40 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I was wondering if anyone knew how to import any table created in matlab to a power point presentation?
2 Kommentare
Jan
am 20 Nov. 2022
What do you call "table"? A table object? The contents of a uitable? A formatted output to the command window?
Antworten (1)
Vilém Frynta
am 20 Nov. 2022
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.
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!