Statistical tool box: Distribution fitting tool

조회 수: 6 (최근 30일)
Dua
Dua 2013년 2월 5일
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.

답변 (1개)

Andreas Goser
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
Dua
Dua 2013년 2월 5일
Thank you for your reply Sir,
Can you explain a bit more detail with example? How to perform the following tasks as described in the documentation?
Data — The drop-down list in the Data field contains the names of all matrices and vectors, other than 1-by-1 matrices (scalars) in the MATLAB workspace. Select the array containing the data you want to fit. The actual data you import must be a vector. If you select a matrix in the Data field, the first column of the matrix is imported by default. To select a different column or row of the matrix, click Select Column or Row. This displays the matrix in the Variables editor, where you can select a row or column by highlighting it with the mouse.
Andreas Goser
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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by