%% plot_box_scatter(data, groupIdx, pos, color, symbol, opt) % 绘制箱线图和散点叠加图% 输入: % - data, , M * 1, M 总点数。 % - groupIdx, , M * 1, 标记不同组的数据% 可选输入: % - pos, , 每个箱线图的位置% 默认值:1:N,N 组数% - color, , cell, N * 1, 每组散点颜色%默认值:随机% - 符号,,单元格,N * 1,每组的分散符号% 默认值:随机% - opt, , 沿框中心 (0) 或填充框 (1) 散布% 默认值:1 % 输出: % - ax,当前轴% 例子: % A = rand(100,1); B = randint(20,1
2022-03-19 12:57:25
2KB
matlab
1