当前位置:网站首页>[tips] get the x-axis and y-axis values of cdfplot function in MATLAB
[tips] get the x-axis and y-axis values of cdfplot function in MATLAB
2022-07-05 10:06:00 【FPGA and MATLAB】
stay matlab Through cdfplot Draw the cumulative distribution function curve of the data , The following procedure :
clc;
clear;
close all;
warning off;
x = rand(1,1000).^4;
cdfplot(x)
The operation results are as follows :
So how to get from cdfplot Get the corresponding value in ? It's simple , We will make the following adjustments to the above procedure .
clc;
clear;
close all;
warning off;
x = rand(1,1000).^4;
[xx]=cdfplot(x);
x1 = xx.XData;
y1 = xx.YData;
figure;
plot(x1,y1);
After operation , Visible and direct cdfplot The output of , This explanation x1 and y1 It's from cdfplot Data extracted from .
边栏推荐
- 搞数据库是不是越老越吃香?
- oracle和mysql批量Merge对比
- La voie de l'évolution du système intelligent d'inspection et d'ordonnancement des petites procédures de Baidu
- Uncover the practice of Baidu intelligent testing in the field of automatic test execution
- 一种用于干式脑电图的高密度256通道电极帽
- How to correctly evaluate video image quality
- Officially launched! Tdengine plug-in enters the official website of grafana
- Why don't you recommend using products like mongodb to replace time series databases?
- The comparison of every() and some() in JS uses a power storage plan
- 天龙八部TLBB系列 - 关于包裹掉落的物品
猜你喜欢
Tdengine can read and write through dataX, a data synchronization tool
Observation cloud and tdengine have reached in-depth cooperation to optimize the cloud experience of enterprises
Solve the problem of no all pattern found during Navicat activation and registration
Is it really reliable for AI to make complex decisions for enterprises? Participate in the live broadcast, Dr. Stanford to share his choice | qubit · viewpoint
美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
Tdengine connector goes online Google Data Studio app store
Cerebral Cortex:有向脑连接识别帕金森病中广泛存在的功能网络异常
. Net delay queue
[technical live broadcast] how to rewrite tdengine code from 0 to 1 with vscode
Oracle combines multiple rows of data into one row of data
随机推荐
Cut off 20% of Imagenet data volume, and the performance of the model will not decline! Meta Stanford et al. Proposed a new method, using knowledge distillation to slim down the data set
单片机原理与接口技术(ESP8266/ESP32)机器人类草稿
Are databases more popular as they get older?
Flutter development: a way to solve the problem of blank space on the top of listview
TDengine × Intel edge insight software package accelerates the digital transformation of traditional industries
Coffeescript Chinese character to pinyin code
基于单片机步进电机控制器设计(正转反转指示灯挡位)
How do enterprises choose the appropriate three-level distribution system?
【技术直播】如何用 VSCode 从 0 到 1 改写 TDengine 代码
小程序启动性能优化实践
Wechat applet - simple diet recommendation (4)
双容水箱液位模糊PID控制系统设计与仿真(Matlab/Simulink)
善用兵者,藏于无形,90 分钟深度讲解最佳推广价值作品
Resolve the horizontal (vertical) sliding conflict between viewpager and WebView
RMS TO EAP通过MQTT简单实现
Android SQLite database encryption
【OpenCV 例程200篇】219. 添加数字水印(盲水印)
Openes version query
Six simple cases of QT
Cerebral Cortex:有向脑连接识别帕金森病中广泛存在的功能网络异常