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