当前位置:网站首页>Learn matlab to draw geographical map, line scatter bubble density map
Learn matlab to draw geographical map, line scatter bubble density map
2022-07-29 04:47:00 【__ Meursault__】
1 To mark text([lat lon],'balabala')
2 Figure scope geolimits([lat1 lat2],[lon1 lon2])
3 Specific picture
3.1 Line diagram geoplot
If there are two points A(lat1 lon1) B(lat2 lon2)
geoplot([lat1 lat2 ],[lon1 lon2],'g-') %g- and plot equally Or draw the picture and then adjust
3.2 Scatter plot geoscatter
geoscatter(lat,lon,A,C,'^') A For each marked area ( In square pounds ) C For color ^ ( triangle ) Scatter graph
3.2 Bubble chart geobubble
Two methods of representation
text % Load vector eg:readtable('xxxx.xlsx')
1. geobubble(text,lat,lon,'SizeVariable','part3','ColorVariable','part4') The first variable is filled in text, Then write text The corresponding part inside

2. geobubble(text.lat,text.lon,text.part2) use text Add ‘ . ’ Indicates the corresponding part , For notes on both sides
gb.SizeLegendTitle = 'Max Height'; gb.ColorLegendTitle = 'Cause'

4 Density map geodensityplot
Similar to the above ,geodensitypltot(lat,lon,'FaceColor','interp') among facecolor You can adjust the graphic color , If you don't add that, the image is only displayed in the depth of one color , Plus, it looks better .
2020/9/16
The first article written , of no avail markdown Write , Play a game now , In order to remember some knowledge , A little bit. Come on
边栏推荐
- Various configurations when pulsar starts the client (client, producer, consumer)
- [QT learning notes] * insert pictures in the window
- 【Express连接MySQL数据库】
- Deep analysis of data storage in memory (Advanced C language)
- Dasctf2022.07 empowerment competition
- Classes and objects (I)
- def fasterrcnn_ resnet50_ FPN () instance test
- Use more flexible and convenient Rogowski coil
- [c language] PTA 7-51 sum the first n terms of odd part sequence
- TypeError: Cannot read properties of undefined (reading ‘then‘)
猜你喜欢

Dasctf2022.07 empowerment competition

谷歌浏览器 打开网页出现 out of memory

Record the Niua packaging deployment project

MySQL - deep parsing of MySQL index data structure

Download addresses of various versions of MySQL and multi version coexistence installation
![Understand the Internet giant [the war between China and Taiwan] and the development thinking of China and Taiwan](/img/6c/f24407133663c0e19d6fa05c611341.png)
Understand the Internet giant [the war between China and Taiwan] and the development thinking of China and Taiwan

Corresponding order of 18 and 25coco data of openpose and joint points

Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported

Implementation of flutter gesture monitoring and Sketchpad

post导出数据,返回
随机推荐
Dasctf2022.07 empowerment competition
Whether the modification of import and export values by ES6 and commonjs affects the original module
i++与++i详解
Mysql:the user specified as a definer ('root '@'%) does not exist
oracle 更新和删除数据
ios面试准备 - objective-c篇
Pyscript cannot import package
学术 | [LaTex]超详细Texlive2022+Tex Studio下载安装配置
OpenCV环境搭建
[C language] PTA 7-91 output leap year
WebRTC实现简单音视频通话功能
Implementation of img responsive pictures (including the usage of srcset attribute and sizes attribute, and detailed explanation of device pixel ratio)
Star a pathfinding in LAYA
iOS面试准备 - ios篇
TypeError: Cannot read properties of undefined (reading ‘then‘)
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
【Express连接MySQL数据库】
Mpc5744p introduction and opensda firmware update
Laya中的A星寻路
Opencv environment construction