필터 지우기
필터 지우기

Plot_Google_Map in App Designer

조회 수: 9 (최근 30일)
Evan Bates
Evan Bates 2019년 1월 15일
댓글: Evan Bates 2020년 4월 14일
Plot_Google_Map is a great for plotting satellite images onto your plot (https://www.mathworks.com/matlabcentral/fileexchange/27627-zoharby-plot_google_map). However, I'm having trouble making it work in Matlab's App Designer. The function does not allow you to define an UIAxes and therefore does not plot the map to the intended figure on the GUI. Any help would be greatly appreciated.
  댓글 수: 3
Hugo Huerta
Hugo Huerta 2020년 4월 13일
Hi Evan.
I am having the same problem. Were you able to solve it?
Regards,
Hugo
Evan Bates
Evan Bates 2020년 4월 14일
No I did not. I just let it open up a separate figure window.

댓글을 달려면 로그인하십시오.

답변 (1개)

Zenin Easa Panthakkalakath
Zenin Easa Panthakkalakath 2019년 1월 22일
Hi Evan,
Have you tried changing the axis handle in the code provided to that of UIAxes? I think that should enable in fulfiling your requirement.
Looking into the code, I find that 'axHandle' is the handle to the axes in the function provided and 'app.UIAxes' should be the handle (by default) in an App Designer project.
Regards,
Zenin

Community Treasure Hunt

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

Start Hunting!

Translated by