Unrecognized function or variable 'boxplotGroup'

I am trying to make a grouped boxplot and I keep getting the above error.... I am currently copying and pasting code to verify it works and am still getting the same error. I have the Statistics toolbox downloaded and can make a normal boxplot with no issue.
A = rand(100,8);
B = rand(100,8)*2;
C = rand(100,8)*4;
data = {A,B,C};
boxplotGroup(data, 'PrimaryLabels', {'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h'}, ...
'SecondaryLabels',{'A', 'B' 'C'}, 'InterGroupSpace', 3)

 Respuesta aceptada

Voss
Voss el 12 de Abr. de 2022

1 voto

boxplotGroup is a function from the File Exchange, so you'd have to download it from there:

2 comentarios

Claire Smith
Claire Smith el 13 de Abr. de 2022
Thanks! I knew it had to be just me being a dingus
Voss
Voss el 13 de Abr. de 2022
You're welcome! It happens to the best of us

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Downloads en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Preguntada:

el 12 de Abr. de 2022

Comentada:

el 13 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by