Info
This question is closed. Reopen it to edit or answer.
multiple comparison chart- how to override auto settings
1 view (last 30 days)
Show older comments
On the chart, the click on horizontal lines, activate itself (become blue), neighbouring become grey, others red.
A=5*rand(100,1)
B=2.5*rand(100,1)
C=rand(100,1)
[~,~,stats]=anova1([A,B,C])
[~,~,h,~]=multcompare(stats)
How to remove auto color change?
How to remove vertical dotted lines appearing on both sides.?
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!