Save a geoplot3 figure

27 ビュー (過去 30 日間)
Marius Marinescu
Marius Marinescu 2020 年 7 月 27 日
コメント済み: Marius Marinescu 2024 年 9 月 10 日
I am using the function geoplot3 and is quite nice. It looks like a google earth. But I think the function is still green in his developemnt and I have some questions about:
  • Is it possible to save a geoplot3 figure in order to just open it next time? I have to plot around 700 aicraft trajectories and it takes a while to have it all ploted. In the figure pan I dont see any botons to save it.
  • Is it posible to plot filled points? In the docu of the function an example of "circlular markers" is found, nevertheless I was not able to plot the filled markers.
  • Does the function acept nan values as in the function plot? To separe distinct trajectories and to not plot a line bewtween the end of one ad the start of the next one I usually introduce a nan value in the vector, so it does not join the trajectories. When I do that, I receive the follwoing error:

採用された回答

ZBMedina
ZBMedina 2024 年 9 月 9 日
I believe this has been fixed.
uif = uifigure;
g = geoglobe(uif);
l = geoplot3(g,lat,lon,h,"c");
saveas(l,'my3Dfig3.fig')
  1 件のコメント
Marius Marinescu
Marius Marinescu 2024 年 9 月 10 日
Yes, it works. The first bulled is solved then. Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSatellite Mission Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by