Drawing cumulative probability graph

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

Answers (1)

Torsten
Torsten on 11 Dec 2021
Edited: Torsten on 12 Dec 2021
xcoord = 1:25;
ycoord = cumsum(X);
figure
stairs(xcoord,ycoord)

Products

Release

R2020a

Tags

Asked:

on 11 Dec 2021

Edited:

on 12 Dec 2021

Community Treasure Hunt

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

Start Hunting!