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!