- 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
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
why does figure print not work in appdesigner
0 Commenti
Risposte (1)
prabhat kumar sharma
il 31 Gen 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`.
exportgraphics(app.UIAxes, 'filename.png');
I hope it helps!
0 Commenti
Vedere anche
Categorie
Scopri di più su Desktop in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!