Box plots of scatter between two variables for each bin.

2 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Discrete Data Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by