Error using export app Export unsuccessful
Mostrar comentarios más antiguos
Using uifigure, geoglobe, and geoplot3.
The images are all correct but expertapp does not work. No further error messages.
Thank you.
1 comentario
James Brown
el 6 de Ag. de 2021
Respuesta aceptada
Más respuestas (1)
ZBMedina
el 9 de Sept. de 2024
0 votos
I believe this has been fixed.
uif = uifigure;
g = geoglobe(uif);
l = geoplot3(g,lat,lon,h,"c");
saveas(l,'my3Dfig3.fig')
Categorías
Más información sobre Geographic Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!