boxplot function not working
조회 수: 22 (최근 30일)
이전 댓글 표시
I try really simple inputs with boxplot and its not working, it gives me the following error: ‘‘undefined function 'boxplot' for input arguments of type 'double'''. I'm using the 2013a version. Any ideas? Thanks, Inês
댓글 수: 0
답변 (2개)
Vinod Sudheesh
2015년 4월 10일
The "boxplot" function is a part of the "Statistics Toolbox". Do you have "Statistics Toolbox" installed?
You could check the same by entering the command
license('checkout','Statistics_Toolbox')
in MATLAB command prompt.
If the above command returns a value of "0", then it suggests that you do not have the "Statistics Toolbox".
댓글 수: 2
Karolina
2015년 7월 16일
I also have this problem, but I have installed Statistics Toolbox. Do you know what can be wrong?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!