Group boxplots together along the x-axis with space between groups.
软件应用简介

x = {rand(100,2), rand(20, 2), rand(150,2)};
boxplotGroup(x)
The lines above will create two groups of three boxplot boxes per group, with space separating the groups.
You can specify the amount of space between groups, the primary labels under each box, and the secondary labels that identify the groups. Group labels can be horizontal, under the x-axis, or vertical, between groups.
Other boxplot properties can be passed to Matlab’s boxplot function as well.
NOTE: If you’re working with a grouping variable ‘g’, use the syntax boxplot(x,g) along with the “Group Appearance” options described in Matlab’s boxplot() documentation.
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!