How do I convert a dataset to a numeric column vector?

So I have been given a dataset to analyse in Matlab where I have to check the confidence intervals of means using the fitdist function. So I did >> x = [sample1] (which is the name of the dataset) and then >>r = fitdist(x,'normal') to try and generate confidence intervals but it says "Error using fitdist, X must be a numeric column vector". Therfore im curious how I can turn my dataset into a 100,2 numeric column vector.

1 件のコメント

Image Analyst
Image Analyst 2018 年 2 月 2 日
Exactly what class is sample1? What does this show
>> whos sample1

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

回答 (0 件)

タグ

質問済み:

2018 年 2 月 2 日

コメント済み:

2018 年 2 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by