Assign a colormap to a geoglobe plot
Show older comments
Hello
I have flight data from my drone: longitude, latitude, altitude.
I would like to put a flight profile on geoglobe.
I manage to get a result, nevertheless the flight tracing is of a single color.
I would like this line to correspond to the altitude or to altitude steps by using, for example, a colormap.
I couldn't figure out how to change the color on this chart and this is the first time I've used the uifigure.
Thank you :)
my code :
uif = uifigure("Name","Vol drone sur cartographie 3D");
uif.Position = [1320 100 1280 1080];
g = geoglobe(uif);
geoplot3(g,lat,lon,alt_abs,'LineWidth',4,'color','y')

Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh 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!
