Error using export app Export unsuccessful
Show older comments
Using uifigure, geoglobe, and geoplot3.
The images are all correct but expertapp does not work. No further error messages.
Thank you.
1 Comment
James Brown
on 6 Aug 2021
Accepted Answer
More Answers (1)
ZBMedina
on 9 Sep 2024
0 votes
I believe this has been fixed.
uif = uifigure;
g = geoglobe(uif);
l = geoplot3(g,lat,lon,h,"c");
saveas(l,'my3Dfig3.fig')
Categories
Find more on Geographic Plots 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!