当前位置:网站首页>【 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.
边栏推荐
- Develop and implement movie recommendation applet based on wechat cloud
- 如何正确的评测视频画质
- RMS TO EAP通过MQTT简单实现
- How to correctly evaluate video image quality
- cent7安装Oracle数据库报错
- 90%的人都不懂的泛型,泛型的缺陷和应用场景
- [NTIRE 2022]Residual Local Feature Network for Efficient Super-Resolution
- Single chip microcomputer principle and Interface Technology (esp8266/esp32) machine human draft
- idea用debug调试出现com.intellij.rt.debugger.agent.CaptureAgent,导致无法进行调试
- 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
猜你喜欢
What should we pay attention to when entering the community e-commerce business?
Three-level distribution is becoming more and more popular. How should businesses choose the appropriate three-level distribution system?
解决Navicat激活、注册时候出现No All Pattern Found的问题
小程序启动性能优化实践
90%的人都不懂的泛型,泛型的缺陷和应用场景
Viewpager pageradapter notifydatasetchanged invalid problem
The comparison of every() and some() in JS uses a power storage plan
Tdengine can read and write through dataX, a data synchronization tool
From "chemist" to developer, from Oracle to tdengine, two important choices in my life
基于单片机步进电机控制器设计(正转反转指示灯挡位)
随机推荐
H.265编码原理入门
Kotlin compose multiple item scrolling
百度APP 基于Pipeline as Code的持续集成实践
idea用debug调试出现com.intellij.rt.debugger.agent.CaptureAgent,导致无法进行调试
How do enterprises choose the appropriate three-level distribution system?
单片机原理与接口技术(ESP8266/ESP32)机器人类草稿
Mysql80 service does not start
基于单片机步进电机控制器设计(正转反转指示灯挡位)
Evolution of Baidu intelligent applet patrol scheduling scheme
How to choose the right chain management software?
From "chemist" to developer, from Oracle to tdengine, two important choices in my life
The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
Those who are good at using soldiers, hide in the invisible, and explain the best promotional value works in depth in 90 minutes
Three-level distribution is becoming more and more popular. How should businesses choose the appropriate three-level distribution system?
tongweb设置gzip
Charm of code language
Wechat applet - simple diet recommendation (2)
Officially launched! Tdengine plug-in enters the official website of grafana
Mobile heterogeneous computing technology GPU OpenCL programming (Advanced)
What are the advantages of the live teaching system to improve learning quickly?