box plot set axis

조회 수: 2 (최근 30일)
Dommal
Dommal 2017년 2월 26일
Hi everyone,
I'm trying to plot a set of data in a box plot. The boxes appear randomly located on x axis. I need them to be positioned according to their number. What I mean is that e.g the gap between 12 and 16 must be bigger than between 3 and 3.45.
XXa=xlsread('try1.xlsx','Sheet1','A3:A143')
XXd=xlsread('try1.xlsx','Sheet1','B3:B143')
boxplot(XXa,XXd)

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by