I have to plot a data for control chart ,i have data in range starting from 7 to 0.01,can u tell how to plot it please

2 件のコメント

Jan
Jan 2011 年 10 月 28 日
These are too few details to give a meaningful answer.
Pat
Pat 2011 年 10 月 28 日
i have data starting from 7,7,5,7,6.5.6,...............1.0.5.0.1
fom these data i have draw control char,is it possible or else do u need another set of data
assume y=7,7,5,7,6.5.6,...............1.0.5.0.1
is it possible to draw a control chart from y or do u need values of x also..
if u need values of x..please tahe random values for x

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

 採用された回答

bym
bym 2011 年 10 月 28 日

1 投票

you do not need x values.
st = controlchart(y,'chart',{'xbar' 'r'});

4 件のコメント

Pat
Pat 2011 年 10 月 28 日
when i execute i get this error
Error using ==> controlchart>getctypeinfo at 433
XBAR, S, and R charts required grouped data.
wat is xbar
bym
bym 2011 年 10 月 28 日
try controlchart(y,'chart','i')
Pat
Pat 2011 年 10 月 29 日
thank u proecsm
Mayukh Chakraborty
Mayukh Chakraborty 2020 年 10 月 6 日
編集済み: Mayukh Chakraborty 2020 年 10 月 6 日
Thank you bym !!
controlchart(y,'chart','i')
This worked for my problem too.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

Pat
2011 年 10 月 28 日

編集済み:

2020 年 10 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by