Error using export app Export unsuccessful
Afficher commentaires plus anciens
Using uifigure, geoglobe, and geoplot3.
The images are all correct but expertapp does not work. No further error messages.
Thank you.
1 commentaire
James Brown
le 6 Août 2021
Réponse acceptée
Plus de réponses (1)
ZBMedina
le 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')
Catégories
En savoir plus sur Geographic Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!