Drawing cumulative probability graph

Hi, I have an problem on drawing the cumulative probability graph. Can I ask for help on this? Thanks

답변 (1개)

Torsten
Torsten 2021년 12월 11일
편집: Torsten 2021년 12월 12일

0 개 추천

xcoord = 1:25;
ycoord = cumsum(X);
figure
stairs(xcoord,ycoord)

제품

릴리스

R2020a

태그

질문:

2021년 12월 11일

편집:

2021년 12월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by