当前位置:网站首页>【 conseils 】 obtenir les valeurs des axes X et y de la fonction cdfplot dans MATLAB
【 conseils 】 obtenir les valeurs des axes X et y de la fonction cdfplot dans MATLAB
2022-07-05 10:06:00 【FPGA et MATLAB】
InmatlabEn passant parcdfplotTracer la courbe de la fonction de distribution cumulative des données,La procédure est la suivante::
clc;
clear;
close all;
warning off;
x = rand(1,1000).^4;
cdfplot(x)
Les résultats sont les suivants:
Alors, comment faire pourcdfplotPour obtenir la valeur correspondante?C'est très simple.,Nous ajustons la procédure ci - dessus comme suit.
clc;
clear;
close all;
warning off;
x = rand(1,1000).^4;
[xx]=cdfplot(x);
x1 = xx.XData;
y1 = xx.YData;
figure;
plot(x1,y1);
Après l'opération,Visible et directcdfplotLes résultats sont les mêmes pour,Ça montrex1Ety1DepuiscdfplotDonnées extraites de.
边栏推荐
- How to correctly evaluate video image quality
- Tdengine can read and write through dataX, a data synchronization tool
- idea用debug调试出现com.intellij.rt.debugger.agent.CaptureAgent,导致无法进行调试
- 剪掉ImageNet 20%数据量,模型性能不下降!Meta斯坦福等提出新方法,用知识蒸馏给数据集瘦身...
- TDengine 连接器上线 Google Data Studio 应用商店
- 移动端异构运算技术-GPU OpenCL编程(进阶篇)
- [200 opencv routines] 219 Add digital watermark (blind watermark)
- 【OpenCV 例程200篇】219. 添加数字水印(盲水印)
- Mysql80 service does not start
- 如何獲取GC(垃圾回收器)的STW(暫停)時間?
猜你喜欢
[NTIRE 2022]Residual Local Feature Network for Efficient Super-Resolution
How to empty uploaded attachments with components encapsulated by El upload
Hard core, have you ever seen robots play "escape from the secret room"? (code attached)
Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
How to improve the operation efficiency of intra city distribution
如何正确的评测视频画质
如何获取GC(垃圾回收器)的STW(暂停)时间?
善用兵者,藏于无形,90 分钟深度讲解最佳推广价值作品
代码语言的魅力
(1) Complete the new construction of station in Niagara vykon N4 supervisor 4.8 software
随机推荐
Mobile heterogeneous computing technology GPU OpenCL programming (Advanced)
E-commerce apps are becoming more and more popular. What are the advantages of being an app?
Tdengine can read and write through dataX, a data synchronization tool
MySQL字符类型学习笔记
Data visualization platform based on template configuration
Coordinate system of view
TDengine 已经支持工业英特尔 边缘洞见软件包
Solve the problem of no all pattern found during Navicat activation and registration
Uncover the practice of Baidu intelligent testing in the field of automatic test execution
Apache DolphinScheduler 入门(一篇就够了)
ThreadLocal source code learning
From "chemist" to developer, from Oracle to tdengine, two important choices in my life
天龙八部TLBB系列 - 关于包裹掉落的物品
[200 opencv routines] 219 Add digital watermark (blind watermark)
TDengine 连接器上线 Google Data Studio 应用商店
How Windows bat script automatically executes sqlcipher command
The writing speed is increased by dozens of times, and the application of tdengine in tostar intelligent factory solution
Tongweb set gzip
Online chain offline integrated chain store e-commerce solution
Tdengine offline upgrade process