Filter löschen
Filter löschen

how to make a boxplot of z(x)?

1 Ansicht (letzte 30 Tage)
Kafayat Olayinka
Kafayat Olayinka am 16 Jan. 2020
Kommentiert: Kafayat Olayinka am 16 Jan. 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?

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by