Statistical tool box: Distribution fitting tool
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Under the creating and managing data sets, importing data,import workspace vector, data field, the drop-down list in the data field does not contain any name of the matrices or vectors, so I am unable to select any array of data to fit. The drop-down list of censoring and frequency also contain nothing to choose. Please advise.
0 件のコメント
回答 (1 件)
  Andreas Goser
    
 2013 年 2 月 5 日
        The distribution fitting tool can only "see" data that already exists in the base workspace. Every variable (well, probably depending on type) you see with the WHOS command in MATLAB, you can choose.
2 件のコメント
  Andreas Goser
    
 2013 年 2 月 6 日
				Start simple. Type this in the command window:
x=1:10;
y=[1 2 3 4 5 5 4 3 2 1];
Then import x as x data and y as frequency and "create data set"
参考
カテゴリ
				Help Center および File Exchange で Descriptive Statistics についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

