Drawing cumulative probability graph
이전 댓글 표시

Hi, I have an problem on drawing the cumulative probability graph. Can I ask for help on this? Thanks
답변 (1개)
xcoord = 1:25;
ycoord = cumsum(X);
figure
stairs(xcoord,ycoord)
카테고리
도움말 센터 및 File Exchange에서 Box Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!