当前位置:网站首页>matlab 采用描点法进行数据模拟和仿真
matlab 采用描点法进行数据模拟和仿真
2022-08-05 00:22:00 【matlab_python22】
在matlab中 我们可以采取很多的描点法进行仿真 逼近原始数据
程序在文章的最后

可以看出是得到了原始数据
如果吧原始数据和真实的数据进行逼近,可以得到的结果如下

可以看出 这次的描点想是较好的

有小伙伴会说,怎么将其吧直线连接起来呢 是有办法的啊 结果如下所示

程序
clc
clear
close all
load('capall.mat')
x1=cap5(1:16)+rand(1,16);
figure
plot(x1,'->')
hold on
xx=[]
yy=[]
for i=1:16
[x,x2] = ginput(1)
plot(x,x2,'-*')
xx=[xx,x]
yy=[yy,x2]
hold on
end
figure
plot(xx,yy,'-*')
hold on
plot(x1)
legend('秒点','real')
边栏推荐
- 典型相关分析CCA计算过程
- Software testing interview questions: What is the difference between load testing, capacity testing, and strength testing?
- The applicable scenarios and common product types of the KT148A electronic voice chip ic solution
- tiup update
- leetcode:269. 火星词典
- [Cloud Native--Kubernetes] Pod Controller
- 【LeetCode】双指针题解汇总
- leetcode:266. 回文全排列
- E - Distance Sequence (前缀和优化dp
- MAUI Blazor 权限经验分享 (定位,使用相机)
猜你喜欢

【云原生--Kubernetes】Pod控制器

【云原生--Kubernetes】调度约束
![[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots](/img/fa/5bdc81b1ebfc22d31f42da34427f3e.png)
[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots

"WEB Security Penetration Testing" (28) Burp Collaborator-dnslog out-band technology

node uses redis

TinyMCE disable escape

could not build server_names_hash, you should increase server_names_hash_bucket_size: 32

gorm联表查询-实战

在线中文姓名生成工具推荐

找不到DiscoveryClient类型的Bean
随机推荐
2022 Multi-school Second Session K Question Link with Bracket Sequence I
tiup status
IDEA file encoding modification
D - I Hate Non-integer Number (count of selected number dp
[230] Execute command error after connecting to Redis MISCONF Redis is configured to save RDB snapshots
进程间通信和线程间通信
克服项目管理中恐惧心理
Mysql_14 存储引擎
软件测试面试题:设计测试用例时应该考虑哪些方面,即不同的测试用例针对那些方面进行测试?
Software Testing Interview Questions: What's the Difference Between Manual Testing and Automated Testing?
电子行业MES管理系统的主要功能与用途
TinyMCE disable escape
[Cloud Native--Kubernetes] Pod Controller
ansible学习笔记分享-含剧本示例
软件测试面试题:关于自动化测试工具?
KT148A voice chip ic working principle and internal architecture description of the chip
could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
软件测试面试题:网络七层协仪具体?
2022 Hangzhou Electric Power Multi-School Session 3 Question L Two Permutations
Metasploit-域名上线隐藏IP