필터 지우기
필터 지우기

How to plot two variables on same graph in matlab with mean and extreme values?

조회 수: 2 (최근 30일)
Abhinav
Abhinav 2017년 12월 26일
댓글: Walter Roberson 2017년 12월 26일

I have to plot two variables in the same plot with mean extreme values. The variables and values are below:

x = [0.8354 1.6835 2.5351]

y = [0.7226 1.4629 2.2032]

I am attaching a reference image along with the question.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 26일
boxplot()?
  댓글 수: 2
Abhinav
Abhinav 2017년 12월 26일
Actually boxplot also displays the interquartile range too. I don't want that in plot. I need a plot similar to boxplot.
Walter Roberson
Walter Roberson 2017년 12월 26일
I know that in the past it has been possible to delete the quartile graphic objects after drawing the box plot, but I have not looked at how boxplot are drawn these days.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by