input boxes of figure export do not work!
조회 수: 1 (최근 30일)
이전 댓글 표시
try to export a figure. but the option boxes do not work.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1706786/image.jpeg)
댓글 수: 3
Adam Danz
2024년 5월 31일
I'm not familar with this problem and cannot reproduce it on my windows machine in R2024a.
If this problem occurs again, please contact tech support and include instructions how to reproduce the problem and information about your machine.
답변 (2개)
Xiaopeng Li
2024년 5월 31일
댓글 수: 2
Adam Danz
2024년 5월 31일
Thanks for the follow-up. I haven't seen this issue reported in the past so I'll assume it was a one-off fluke.
SACHIN KHANDELWAL
2024년 5월 31일
If you're attempting to export a figure in MATLAB and the option boxes in the Export Setup window are not responding or working as expected, there could be several issues.
Here are some possible workarounds that might be helpful to you:
- You can programmatically open the export setup dialog using the exportsetupdlg command. Refer the following MathWorks documentation : https://www.mathworks.com/help/matlab/ref/exportsetupdlg.html
- You can try reinstalling MATLAB.
- Additionally, you may want to use alternative export methods such as the 'print', 'saveas', or 'exportgraphics' functions to proceed with your workflow.
Hope it helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!