当前位置:网站首页>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
边栏推荐
- 从 1.5 开始搭建一个微服务框架——日志追踪 traceId
- Global and Chinese markets of tantalum heat exchangers 2022-2028: Research Report on technology, participants, trends, market size and share
- 我对新中台模型的一些经验思考总结
- Vcomp110.dll download -vcomp110 What if DLL is lost
- New 3D particle function in QT 6.3
- [speech processing] speech signal denoising and denoising based on MATLAB low-pass filter [including Matlab source code 1709]
- 一文搞定JVM的内存结构
- Opencv judgment points are inside and outside the polygon
- Boring boring
- [untitled]
猜你喜欢
从 1.5 开始搭建一个微服务框架——日志追踪 traceId
Distance entre les points et les lignes
Double pointeur de liste liée (pointeur rapide et lent, pointeur séquentiel, pointeur de tête et de queue)
TCC of distributed solutions
Postman core function analysis - parameterization and test report
[groovy] mop meta object protocol and meta programming (Introduction to groovyobject interface | introduction to metaclass | implementation of class methods using groovyobject invokemethod)
航海日答题小程序之航海知识竞赛初赛
[speech processing] speech signal denoising and denoising based on MATLAB low-pass filter [including Matlab source code 1709]
南京:全面启用商品房买卖电子合同
[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]
随机推荐
The countdown to the launch of metaverse ape is hot
New 3D particle function in QT 6.3
[groovy] mop meta object protocol and meta programming (execute groovy methods through metamethod invoke)
Global and Chinese markets for children's amusement facilities 2022-2028: Research Report on technology, participants, trends, market size and share
344. Reverse String. Sol
50. Pow(x, n). O(logN) Sol
Masked Autoencoders Are Scalable Vision Learners (MAE)
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
第十七周作业
Navigation day answer applet: preliminary competition of navigation knowledge competition
Binary tree (III) -- heap sort optimization, top k problem
MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
[speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]
Methods modified by static
Google Maps case
3 find the greatest common divisor and the least common multiple
Common JVM tools and optimization strategies
The difference between MVVM and MVC
[error record] file search strategy in groovy project (src/main/groovy/script.groovy needs to be used in the main function | groovy script directly uses the relative path of code)
Assign the output of a command to a variable [repeat] - assigning the output of a command to a variable [duplicate]