How can I add a text with the statistical test name I conducted in a boxplot?

1 次查看(过去 30 天)
Hi,
If you have a better solution for it, please tell me.
I want to write the tests name in the box on the left-bottom corner.
Thank you in advance,
Ziv
test_name = 'Independent s.ttest'
a = rand(100,3);
boxplot(a);
legend('Statistical test');
lg = legend(test_name);
lg.Location = 'southwest';

采纳的回答

Rik
Rik 2020-9-7
You probably need something like annotation. You could also use a more basic text object.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Axis Labels 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by