필터 지우기
필터 지우기

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!