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 件)

カテゴリ

ヘルプ センター および File ExchangeFuzzy Logic in Simulink についてさらに検索

製品

リリース

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