how to plot an Interactive Map on App designer ?
18 次查看(过去 30 天)
显示 更早的评论
Hello , im beginner on matlab
I am trying to develop an application using MATLAB App Designer for which I need to add interactive map
so i creat it with this example : https://www.mathworks.com/help/map/creating-an-interactive-map-for-selecting-point-features.html
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 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!