How to plot confident interval of ecdf() as shade?
이전 댓글 표시
Hello all,
I used ecdf() to plot my data, it calculates upper and lower band, but I don't know how to plot them like this:

a = rand(30,1);
[f1,x1,up,low] = ecdf(a);
Anyone knows how I can achive such a plot? Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
