フィルターのクリア

How to show the geoshow figure in UIaxes?

4 ビュー (過去 30 日間)
apple
apple 2017 年 5 月 18 日
コメント済み: Walter Roberson 2017 年 5 月 18 日
I create one uiaxes to show the landareas.shp via geoshow function,but I got two figure,the geoshow get one figure, now show in the uiaxes, how can I realize it?
dd = uiaxes; geoshow('landareas.shp','FaceColor',[0.5 1.0 0.5])

採用された回答

apple
apple 2017 年 5 月 18 日
Thank you sir,i got it.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 5 月 18 日
What was your solution? The approach you used might be of benefit to other people.

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

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 5 月 18 日
geoshow is not supported for uiaxes.
geoshow creates patch objects. Patch objects cannot be placed on uiaxes.
You could render the content of the axes to an image and then show the image on the uiaxes.

タグ

Community Treasure Hunt

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

Start Hunting!