MATLAB: How to use cdfplot for an array of double

cdfplotdouble

EDU>> temp = [7.34 8.163 13.333 10 8.696 10.127 7.547 8.602 8.511 7.547 9.091 8.333 8.163 8.511 8.989]
temp =
7.3400
8.1630
13.3330
10.0000
8.6960
10.1270
7.5470
8.6020
8.5110
7.5470
9.0910
8.3330
8.1630
8.5110
8.9890
EDU>> cdfplot(temp) Undefined function 'cdfplot' for input arguments of type 'double'.

Best Answer

Statistics Toolbox is included in the purchase price of MATLAB Student Version licenses, but is not necessarily installed by default. In all other licenses, it is an extra cost product.
Related Question