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 Exchange에서 2-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