save / print figure using appdesigner

15 Ansichten (letzte 30 Tage)
scott nolan
scott nolan am 3 Feb. 2019
why does figure print not work in appdesigner

Antworten (1)

prabhat kumar sharma
prabhat kumar sharma am 31 Jan. 2025
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`.
  • Use the exportgraphics function, which is designed to work with uifigures and offers more flexibility and better compatibility for exporting graphics.
exportgraphics(app.UIAxes, 'filename.png');
I hope it helps!

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by