boxchart error (inputs don't match axis configuration) - error in the popcorn example
古いコメントを表示
Hi all, I tried to execute the example described here: https://it.mathworks.com/help/stats/anova.boxchart.html
>> openExample('stats/BoxPlotsForTwoWayAnovaObjectExample')
I'm using Matlab r2023a. I'm getting this error and since it is part of the official documentation I do not have any idea on how to correct it.
The error:
Error using boxchart
Data inputs must match the axis configuration. A numeric axis must have numeric data inputs or data inputs which can be converted
to double.
Error in anova/boxchart (line 1057)
boxHandle = boxchart(factor1, obj.Y, chartArgs{:}, nvArgs{:});
回答 (1 件)
Francesco Buonamici
2023 年 8 月 23 日
1 投票
1 件のコメント
Wendy Ochs
2024 年 2 月 9 日
Thanks! I was making the same mistake!
カテゴリ
ヘルプ センター および File Exchange で Repeated Measures and MANOVA についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!