当前位置:网站首页>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
边栏推荐
- Vscode one click compilation and debugging
- Use of construction methods
- [C language] PTA 7-91 output leap year
- 2022杭电多校联赛第四场 题解
- Oracle 插入数据
- After the spinning up installation is completed, use the tutorial to test whether it is successful. There are library "Glu" not found and 'from pyglet.gl import * error solutions
- Common current limiting methods
- img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
- Auto.js脚本开发环境搭建
- Basic operation of queue
猜你喜欢
What is the difference between field, variable and property
[QT learning notes] * insert pictures in the window
Hengxing Ketong invites you to the 24th China expressway informatization conference and technical product exhibition in Hunan
Basic operation of queue
C语言实现三子棋
[express connection to MySQL database]
Unity Foundation (3) -- various coordinate systems in unity
Classes and objects (I)
On the use of pyscript (realizing office preview)
spinning up安装完使用教程测试是否成功,出现Library“GLU“ not found和‘from pyglet.gl import *错误解决办法
随机推荐
央企建筑企业数字化转型核心特征是什么?
Reveal安装配置调试
Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported
The daily life of programmers
Correct user dragging method
WebRTC实现简单音视频通话功能
Detailed comparison of break and continue functions
There are objections and puzzles about joinpoint in afterreturning notice (I hope someone will leave a message)
post导出数据,返回
pulsar起client客户端时(client,producer,consumer)各个配置
Pyqt5 learning pit encounter and pit drainage (3) background picture coverage button style and check button status
Nail dialog text converted to pictures cannot be copied and pasted on the document
EF Core: 一对一,多对多的配置
Various configurations when pulsar starts the client (client, producer, consumer)
读懂 互联网巨头 【中台之战】 以及 中台 发展思维
C语言之基础语法
IOS interview preparation - IOS
Auto.js脚本开发入门
网络之以太网
[C] PTA 6-8 finding the height of binary tree