how to make a boxplot of z(x)?

조회 수: 1 (최근 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 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