当前位置:网站首页>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
边栏推荐
- Request preview display of binary data and Base64 format data
- Starting from 1.5, build a micro Service Framework -- log tracking traceid
- [speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]
- Arduino 测量交流电流
- QT creator 7-cmake update
- First, redis summarizes the installation types
- I closed the open source project alinesno cloud service
- 3 find the greatest common divisor and the least common multiple
- [secretly kill little buddy pytorch20 days] - [Day2] - [example of picture data modeling process]
- Metasploit(msf)利用ms17_010(永恒之蓝)出现Encoding::UndefinedConversionError问题
猜你喜欢
[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)
Element positioning of Web Automation
Nanjing: full use of electronic contracts for commercial housing sales
从 1.5 开始搭建一个微服务框架——日志追踪 traceId
openresty ngx_lua请求响应
一文搞定JVM的内存结构
Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
Paddle Serving v0.9.0 重磅发布多机多卡分布式推理框架
The difference between MVVM and MVC
Hcip day 12 (BGP black hole, anti ring, configuration)
随机推荐
二叉树(三)——堆排序优化、TOP K问题
EasyCVR集群部署如何解决项目中的海量视频接入与大并发需求?
Openresty ngx Lua regular expression
[speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]
d3dx9_ What if 29.dll is missing? System missing d3dx9_ Solution of 29.dll file
如何创建线程
Masked Autoencoders Are Scalable Vision Learners (MAE)
【无标题】
SPSS analysis of employment problems of college graduates
一文搞定JVM常见工具和优化策略
[secretly kill little buddy pytorch20 days] - [Day2] - [example of picture data modeling process]
Evolution of APK reinforcement technology, APK reinforcement technology and shortcomings
leecode-学习笔记
H5c3 advanced - player
MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
30 optimization skills about mysql, super practical
[speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
Overview of Fourier analysis
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
Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem