필터 지우기
필터 지우기

Save a table or cell as jpg

조회 수: 21 (최근 30일)
Luke Megonigal
Luke Megonigal 2020년 11월 3일
댓글: Image Analyst 2020년 11월 4일
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
Luke Megonigal
Luke Megonigal 2020년 11월 4일
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 2020년 11월 4일
Try
close all force

댓글을 달려면 로그인하십시오.

답변 (2개)

Ameer Hamza
Ameer Hamza 2020년 11월 3일
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 2020년 11월 3일
Try exportgraphics().

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by