How do I use cdfplot for an array of double?

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'.

3 件のコメント

Nasser M. Abbasi
Nasser M. Abbasi 2012 年 12 月 2 日
hi; it worked for me on 2012a. Are you sure you are calling the correct cdfplot? type
which -all cdfplot
EDU>> which -all cdfplot
C:\Program Files (x86)\MATLAB\R2012a Student\toolbox\stats\stats\cdfplot.m
Do you have the stats toolbox?
Chandan
Chandan 2012 年 12 月 3 日
編集済み: Chandan 2012 年 12 月 3 日
I dont have the stats toolbox. I have actually installed on both Mac and PC environment and at both the places, it gives me the following error
EDU>> which -all cdfplot
'cdfplot' not found. EDU>>
Chandan
Chandan 2012 年 12 月 3 日
I did not get the Statistics Toolbox. Is there a way to get it?

サインインしてコメントする。

 採用された回答

Walter Roberson
Walter Roberson 2012 年 12 月 3 日

0 投票

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.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by