how to make a boxplot of z(x)?

1 次查看(过去 30 天)
Kafayat Olayinka
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 个评论
Kafayat Olayinka
Kafayat Olayinka 2020-1-16
No. I want it on a 2D plot.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by