Control the size of worldmap
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a GUI that produces a world map based on the user inputted latitude, longitude and number of cells. The map appears inside the GUI. My issues is that the map is a different size each time depending on the area it is displaying. I would like to set a limit for the map so that it always fits inside my GUI. I looked at the properties for axesm but didn't see what I was looking for.
Anybody know how I do this?
Thanks
0 个评论
回答(1 个)
Chad Greene
2015-4-20
You may be able to use set(gca,'position',[lowerleftx lowerlefy width height]).
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!