How can i add a normal distribution to a an stem plot?
이전 댓글 표시
Hi, i have a relative frequency plot, using the stem command, crc is a 1x6061 matrix,
[n xout]=hist(crc,100,);
stem(xout,n/sum(n))
and i need something like this but with stem

댓글 수: 1
LauraLee Austin
2016년 10월 10일
How many stems do you want to see? 100? Depending on the crc data, that could create stems that are very small in relation to the histogram.
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
