How can I add a text with the statistical test name I conducted in a boxplot?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ziv Kassner
el 7 de Sept. de 2020
Comentada: Ziv Kassner
el 7 de Sept. de 2020
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';
1 comentario
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!