ksdensity with different colors

6 ビュー (過去 30 日間)
Avan Al-Saffar
Avan Al-Saffar 2015 年 8 月 24 日
コメント済み: Walter Roberson 2015 年 8 月 24 日
I need to plot PDF using '' ksdensity(x) '' for many population at the same figure with different colors for each population.
Can anyone help please?
Regards Avan

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 8 月 24 日
plot the first, specifying a color. Use "hold on". Plot the second, specifying a different color. Plot the third, specifying a third color. Continue for the result of your populations. At the end, "hold off".
  2 件のコメント
Avan Al-Saffar
Avan Al-Saffar 2015 年 8 月 24 日
編集済み: Avan Al-Saffar 2015 年 8 月 24 日
Many thanks for your help, but how can I specifie the color in ksdensity function please? Because I tried to do that and I got an error.
What is about '' hold all'' ?
Walter Roberson
Walter Roberson 2015 年 8 月 24 日
Do not rely on ksdensity() to plot the values. Plot them yourself like is shown in the first example at http://www.mathworks.com/help/stats/ksdensity.html

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeExploration and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by