how to make a boxplot of z(x)?

2 ビュー (過去 30 日間)
Kafayat Olayinka
Kafayat Olayinka 2020 年 1 月 16 日
コメント済み: Kafayat Olayinka 2020 年 1 月 16 日
I have 3 dataset.
Month, Height, Temperature. I was able to plot,
scatter(month,height,10,temperature);
I will like to know how to plot:
For each month, How can I make boxplot of temperature with respect to height?

回答 (1 件)

Hiro Yoshino
Hiro Yoshino 2020 年 1 月 16 日
check up how to use the function:
boxplot(temperature, height);
would work for you.
  4 件のコメント
Hiro Yoshino
Hiro Yoshino 2020 年 1 月 16 日
Kafayat Olayinka
Kafayat Olayinka 2020 年 1 月 16 日
No. I want it on a 2D plot.

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

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by