- Use the exportgraphics function, which is designed to work with uifigures and offers more flexibility and better compatibility for exporting graphics.
save / print figure using appdesigner
조회 수: 3 (최근 30일)
이전 댓글 표시
why does figure print not work in appdesigner
댓글 수: 0
답변 (1개)
prabhat kumar sharma
2025년 1월 31일
Hello Scott,
I understand that you're experiencing issues with the `print` function when trying to save a figure. As an alternative, you can use `exportgraphics`.
exportgraphics(app.UIAxes, 'filename.png');
I hope it helps!
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!