Borrar filtros
Borrar filtros

how to import a table generated in Matlab to powerpoint

40 visualizaciones (últimos 30 días)
Youssif Youssif
Youssif Youssif el 20 de Nov. de 2022
Comentada: Youssif Youssif el 21 de Nov. de 2022
Hello,
I was wondering if anyone knew how to import any table created in matlab to a power point presentation?
  2 comentarios
Jan
Jan el 20 de Nov. de 2022
What do you call "table"? A table object? The contents of a uitable? A formatted output to the command window?
Youssif Youssif
Youssif Youssif el 21 de Nov. de 2022
a regular table generated using the table command if that helps

Iniciar sesión para comentar.

Respuestas (1)

Vilém Frynta
Vilém Frynta el 20 de Nov. de 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.

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by