Inserting Table from Matlab into Powerpoint slide
이전 댓글 표시
Does anyone know how to insert a table from MATLAB to a powerpoint slide?
For example: header = cell{1,3}; header = {'Header1' 'Header2' 'Header 3'};
data= [1, 2, 3; 1, 4, 9;];
How would one output this to powerpoint? I've seen the Matlab figures to powerpoint copying and pasting, but not sure how to insert a table.
Thanks for your help!
댓글 수: 1
Kaustubha Govind
2011년 9월 15일
How do you render the table in MATLAB?
답변 (1개)
Jayanti
2025년 4월 1일
0 개 추천
Hi Nando,
You can refer to the below MATLAB Answer thread which explain how to import matlab table to powerpoint:
카테고리
도움말 센터 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!