How can I convert a figure into a uifigure?
Show older comments
Hello there
I am trying to load a saved figure in app designer (Axes Object). Is there a simple and easy way to do that?
Here's my example:
fig = openfig('storage/psychplot_base.fig', 'invisible');
plot(app.UIaxes, fig);
Thanks in advance
Mario
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Programmatically in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!