Box plots of scatter between two variables for each bin.
4 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I am trying to make your standard box plot graph but using the scatter between two variables for each bin. For instance:
A =
19867x2 double
2345x2 double
3461x2 double
4589x2 double
where each row is a bin and A{1,1} =
A{1,1} =
0.23 8.96
0.96 12.34
0.45 9.12
0.42 4.35
how would I represent the scatter between A{1,1}(:,1) and A{1,1}(:,2) with a box plot for each bin in A? Essentially, I would like to show the spread better the two variables within each bin using a box plot.
Thank you!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Data Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!