How can I copy a figure to Word when using Online Matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm using Matlab online, because it allows me to work from home. I can't copy figures from the Online version of Matlab because none of the files are saved to my computer, they are saved on a Drive. The Figure Properties does not allow me to Copy Figure. Can I please get help on this matter??
댓글 수: 0
답변 (2개)
BhaTTa
2024년 9월 6일
@Aldo Grobbelaar, you can use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg')
saves currently active figure window.
댓글 수: 0
Walter Roberson
2024년 9월 6일
If you use drive.mathworks.com then you can navigate to the Drive location where you stored the figures, shift-click to highlight the ones you want, and right-click menu to Download to your local system
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!