how to plot an Interactive Map on App designer ?

조회 수: 12 (최근 30일)
amine fdl
amine fdl 2022년 5월 18일
답변: Abhishek Chakram 2022년 6월 20일
Hello , im beginner on matlab
I am trying to develop an application using MATLAB App Designer for which I need to add interactive map
it work fine on matlab but i want to put it in my app desginer and i dont know how to plot it or call it from the workspace and make it work
thanks ,
  댓글 수: 1
rumin diao
rumin diao 2022년 6월 10일
hey, have you solved the problem? i ran into the same problem as you.

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

답변 (1개)

Abhishek Chakram
Abhishek Chakram 2022년 6월 20일
Hi Amine,
I understand that you want to use an interactive map in App Designer.
For doing so, you can use the Axis Component (uiaxes) present in the component library and specify the parent property of the geoShow to that axis.
If you wish to display the map as soon as the app starts, then you can create a startUpFcn callback and write your code in it. Alternatively, if you want to show the map when a button is pressed, create a buttonPushedFcn callback and add your code there.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by