map and heading information

4 次查看(过去 30 天)
tim pearce
tim pearce 2021-10-29
Hi all,
Im trying to combine a map and some heading information in a perfect world i would just like the point on my map to be an arrow to represent my heading information but if thats not possable i was looking at the aerospace toolbox and there is a heading indictor that i could use, the problem with that approce is it launces the map and the indicator in 2 seperate figures if i tyr to use hold on then i get an error of
Error using geoplot (line 98)
Adding GeographicAxes to axes is not supported. Turn hold off.
Many thanks for any help
Kind Regards Tim
geoplot([Latitude ],[Longitude ],'-*')
geobasemap satellite
f = uifigure;
heading = uiaeroheading(f);
heading.Value = 270;

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 CubeSat and Satellites 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by