Export graph to excel using app designer
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi! I understand it is possible to export graphs using MATLAB, but how can this be done using App Designer? I would like the graphs to go to a specific sheet too. Thanks
댓글 수: 0
채택된 답변
Adam Danz
2020년 6월 25일
Prior to r2020a, if you're trying to access an axes in AppDesigner, you'll need to copy the axes to a regular figure (not uifigure) before copying that figure's contents. That can be done with copyUIAxes() from the file exchange.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!