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 commentaires

Jan
Jan le 28 Oct 2011
These are too few details to give a meaningful answer.
Pat
Pat le 28 Oct 2011
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

Connectez-vous pour commenter.

 Réponse acceptée

bym
bym le 28 Oct 2011

1 vote

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

4 commentaires

Pat
Pat le 28 Oct 2011
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 le 28 Oct 2011
try controlchart(y,'chart','i')
Pat
Pat le 29 Oct 2011
thank u proecsm
Mayukh Chakraborty
Mayukh Chakraborty le 6 Oct 2020
Modifié(e) : Mayukh Chakraborty le 6 Oct 2020
Thank you bym !!
controlchart(y,'chart','i')
This worked for my problem too.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by