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

 채택된 답변

Ameer Hamza
Ameer Hamza 2020년 10월 22일
편집: Ameer Hamza 2020년 10월 22일

0 개 추천

boxchart was introduced in 2020a, and you don't need that toolbox to use it.

추가 답변 (0개)

제품

릴리스

R2019a

태그

질문:

2020년 10월 22일

편집:

2020년 10월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by