当前位置:网站首页>[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 .

边栏推荐
- 7 月 2 日邀你来TD Hero 线上发布会
- Windows uses commands to run kotlin
- 基于模板配置的数据可视化平台
- 分布式数据库下子查询和 Join 等复杂 SQL 如何实现?
- ArcGIS Pro creating features
- How Windows bat script automatically executes sqlcipher command
- Why do offline stores need cashier software?
- Idea debugs com intellij. rt.debugger. agent. Captureagent, which makes debugging impossible
- tongweb设置gzip
- 写入速度提升数十倍,TDengine 在拓斯达智能工厂解决方案上的应用
猜你喜欢

TDengine ×英特尔边缘洞见软件包 加速传统行业的数字化转型

Tongweb set gzip

Cerebral Cortex:有向脑连接识别帕金森病中广泛存在的功能网络异常

90%的人都不懂的泛型,泛型的缺陷和应用场景

The most comprehensive promotion strategy: online and offline promotion methods of E-commerce mall

百度智能小程序巡检调度方案演进之路

【C语言】动态内存开辟的使用『malloc』

How to correctly evaluate video image quality

MySQL字符类型学习笔记

Coordinate system of view
随机推荐
Why don't you recommend using products like mongodb to replace time series databases?
百度智能小程序巡检调度方案演进之路
[technical live broadcast] how to rewrite tdengine code from 0 to 1 with vscode
How to choose the right chain management software?
Generics, generic defects and application scenarios that 90% of people don't understand
How to use sqlcipher tool to decrypt encrypted database under Windows system
Tdengine connector goes online Google Data Studio app store
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
View Slide
Kotlin Compose 多个条目滚动
Meitu lost 300 million yuan in currency speculation for half a year. Huawei was exposed to expand its enrollment in Russia. Alphago's peers have made another breakthrough in chess. Today, more big new
观测云与 TDengine 达成深度合作,优化企业上云体验
卷起來,突破35歲焦慮,動畫演示CPU記錄函數調用過程
About getfragmentmanager () and getchildfragmentmanager ()
What should we pay attention to when entering the community e-commerce business?
Mysql80 service does not start
The king of pirated Dall · e? 50000 images per day, crowded hugging face server, and openai ordered to change its name
搞数据库是不是越老越吃香?
(1) Complete the new construction of station in Niagara vykon N4 supervisor 4.8 software
Tdengine already supports the industrial Intel edge insight package