Drawing cumulative probability graph

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

Antworten (1)

Torsten
Torsten am 11 Dez. 2021
Bearbeitet: Torsten am 12 Dez. 2021

0 Stimmen

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

Produkte

Version

R2020a

Tags

Gefragt:

am 11 Dez. 2021

Bearbeitet:

am 12 Dez. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by