h = worldmap('Europe');
getm(h,'MapProjection')
geoshow('landareas.shp', 'FaceColor', [0.15 0.5 0.15])
geoshow('worldlakes.shp', 'FaceColor', 'cyan')
geoshow('worldrivers.shp', 'Color', 'blue')
geoshow('worldcities.shp', 'Marker', '.',...
'MarkerEdgeColor', 'magenta')
% Place a label on the map to identify the Mediterranean Sea.
labelLat = 35;
labelLon = 14;
textm(labelLat, labelLon, 'Mediterranean Sea')
相关文章
- 02-24for循环例子1、2、3
- 02-24进程_线程_协程回顾 2!
- 02-24二模12day2解题报告
- 02-24Sublime Text2 快捷键汇总
- 02-24ffplay SDL_OpenAudio (2 channels, 44100 Hz): WASAPI can‘t initialize audio client“
- 02-24语义分割中的nonlocal[2]-OCnet
- 02-24torch.nn.Conv2d()函数详解
- 02-24有符号费非负2的幂的第一种除法优化
- 02-24C++ 多线程编程实例【2个线程模拟卖火车票的小程序】
- 02-245 -- Hibernate的基本用法 --4 2 hibernate.properties文件与hibernate.cfg.xml文件