how to make a boxplot of z(x)?

2 visualizaciones (últimos 30 días)
Kafayat Olayinka
Kafayat Olayinka el 16 de En. de 2020
Comentada: Kafayat Olayinka el 16 de En. de 2020
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?

Respuestas (1)

Hiro Yoshino
Hiro Yoshino el 16 de En. de 2020
check up how to use the function:
boxplot(temperature, height);
would work for you.
  4 comentarios
Kafayat Olayinka
Kafayat Olayinka el 16 de En. de 2020
No. I want it on a 2D plot.

Iniciar sesión para comentar.

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by