Filter löschen
Filter löschen

Save a table or cell as jpg

21 Ansichten (letzte 30 Tage)
Luke Megonigal
Luke Megonigal am 3 Nov. 2020
Kommentiert: Image Analyst am 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 Kommentare
Luke Megonigal
Luke Megonigal am 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 am 4 Nov. 2020
Try
close all force

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Ameer Hamza
Ameer Hamza am 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 am 3 Nov. 2020
Try exportgraphics().

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!

Translated by