How can i add a normal distribution to a an stem plot?

2 ビュー (過去 30 日間)
Ern V
Ern V 2016 年 10 月 10 日
コメント済み: LauraLee Austin 2016 年 10 月 10 日
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
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 件)

Ern V
Ern V 2016 年 10 月 10 日
編集済み: Ern V 2016 年 10 月 10 日
Something like this:

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by