필터 지우기
필터 지우기

Export multiple graphs to Excel

조회 수: 33 (최근 30일)
Idan Hamawi
Idan Hamawi 2020년 10월 17일
답변: Surya Talluri 2020년 10월 20일
Hi all,
I have some graphs in my GUI and i would like to export them to an excel file like this:
The graphs will be positioned by definition.
Example:
Graph 1 from A:G, 1:15. Graph 2 from H:N, 1:15.
Is it possible?

채택된 답변

Surya Talluri
Surya Talluri 2020년 10월 20일
You can use xlswritefig function or MLGetFigure function to add plots to excel sheet.
with xlswritefig you can mention cell location for plot directly in the code whereas with MLGetFigure, you have to open the excel file and mention the command in excel cell.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by