Azzera filtri
Azzera filtri

Save a table or cell as jpg

21 visualizzazioni (ultimi 30 giorni)
Luke Megonigal
Luke Megonigal il 3 Nov 2020
Commentato: Image Analyst il 4 Nov 2020
I want to export a table or cell as a jpg file.
I know a table can be exported as an excel file or a txt file. However, I would like to place this table next to a plot in a powerpoint, and I would prefer not to have to use excel or a txt file as a middle man.
I have this data stored as a cell. I can make the cell into a table. Can either be printed and exported as a jpg?
  2 Commenti
Luke Megonigal
Luke Megonigal il 4 Nov 2020
I tried using uitable to create the figure. Would I be able to save those?
Also, at the top of my code i close all, but the uitable figures stay open. Anyone know how to close those?
Image Analyst
Image Analyst il 4 Nov 2020
Try
close all force

Accedi per commentare.

Risposte (2)

Ameer Hamza
Ameer Hamza il 3 Nov 2020
If you have the MATLAB report generator, then you can directly export the table from MATLAB to power-point: https://www.mathworks.com/help/rptgen/ug/mlreportgen.ppt.table-class.html

Image Analyst
Image Analyst il 3 Nov 2020
Try exportgraphics().

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