Boxplot function not working

12 views (last 30 days)
Saar Peles
Saar Peles on 22 Oct 2020
Edited: Ameer Hamza on 22 Oct 2020
Hi I'm trying to use the boxplot function but I keep getting this error
Undefined function or variable 'boxchart'.
Error in IntraScatterHistograms (line 71)
s = boxchart(tbl(:,1), 'swine');
I checked to see if I have the statistics toolbox and I'm pretty sure I do
>> license('checkout','Statistics_Toolbox')
ans =
1
Any help is appreciated

Accepted Answer

Ameer Hamza
Ameer Hamza on 22 Oct 2020
Edited: Ameer Hamza on 22 Oct 2020
boxchart was introduced in 2020a, and you don't need that toolbox to use it.

More Answers (0)

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!