Error using export app Export unsuccessful
Ältere Kommentare anzeigen
Using uifigure, geoglobe, and geoplot3.
The images are all correct but expertapp does not work. No further error messages.
Thank you.
1 Kommentar
James Brown
am 6 Aug. 2021
Akzeptierte Antwort
Weitere Antworten (1)
ZBMedina
am 9 Sep. 2024
0 Stimmen
I believe this has been fixed.
uif = uifigure;
g = geoglobe(uif);
l = geoplot3(g,lat,lon,h,"c");
saveas(l,'my3Dfig3.fig')
Kategorien
Mehr zu Geographic Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!