当前位置:网站首页>Matlab smooth curve connection scatter diagram
Matlab smooth curve connection scatter diagram
2022-07-05 22:54:00 【Feng Xiangwen, come on】
Want to achieve the following similar graphics , But there's no data , Use your rough estimation to determine the coordinates of points and draw pictures
% There is no data to draw a rough figure
clc
clear
xmin = 2000
xmax = 2120
ymin = 0
ymax = 16
x=[2020 2040 2060 2080 2100 2110];
y=[1.3 2 3.5 5.8 10 14.8];
xx=linspace(2012,2110);
yy=spline(x,y,xx);
plot(xx,yy,'-c','LineWidth',3)
axis([xmin xmax ymin ymax])
grid on
边栏推荐
- Distributed solution selection
- Why does the C# compiler allow an explicit cast between IEnumerable< T> and TAlmostAnything?
- New 3D particle function in QT 6.3
- leecode-学习笔记
- Common JVM tools and optimization strategies
- Distance entre les points et les lignes
- Opencv judgment points are inside and outside the polygon
- d3dx9_ What if 29.dll is missing? System missing d3dx9_ Solution of 29.dll file
- SPSS analysis of employment problems of college graduates
- Nail error code Encyclopedia
猜你喜欢
Navigation day answer applet: preliminary competition of navigation knowledge competition
a-tree 树的全部展开和收起
Finally understand what dynamic planning is
Leetcode weekly The 280 game of the week is still difficult for the special game of the week's beauty team ~ simple simulation + hash parity count + sorting simulation traversal
Vcomp110.dll download -vcomp110 What if DLL is lost
audiopolicy
MCU case -int0 and INT1 interrupt count
查看网页最后修改时间方法以及原理简介
Opencv judgment points are inside and outside the polygon
【无标题】
随机推荐
Postman核心功能解析-参数化和测试报告
[speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
鏈錶之雙指針(快慢指針,先後指針,首尾指針)
Go language learning tutorial (XV)
3 find the greatest common divisor and the least common multiple
【无标题】
抖音__ac_signature
2022 Software Test Engineer salary increase strategy, how to reach 30K in three years
二叉树(二)——堆的代码实现
openresty ngx_lua正則錶達式
Roman numeral to integer
点到直线的距离直线的交点及夹角
Post-90s tester: "after joining Ali, this time, I decided not to change jobs."
如何快速理解复杂业务,系统思考问题?
My experience and summary of the new Zhongtai model
C language - structural basis
Paddle Serving v0.9.0 重磅发布多机多卡分布式推理框架
Editor extensions in unity
Postman core function analysis - parameterization and test report