Error messagge for controlchart() for p chart
Show older comments
Hi, does anyone know why it is not working?
controlchart(num_of_def,month_year,'charttype','p','unit',num_of_obs,'nsigma',1)
num_of_def = [0 0 0 0 1; 0 0 0 0 2; 0 0 0 0 0; 0 0 0 0 1]
num_of_obs = [8 8 8 8 8; 6 6 7 6 6; 10 9 9 5 9; 2 1 1 1 1]
month_year = { 'luglio-15'; 'agosto-15'; 'settembre-15'; 'ottobre-15'}
the error message is:
??? Error using ==> controlchart>errorcheck at 971 WIDTH cannot be larger than the number of points.
Error in ==> controlchart at 233 errorcheck(X,ngroups,label,lambda,limits,parent,cctypes,nsigma,...
Thanks
Answers (1)
Sean de Wolski
on 16 Jul 2015
0 votes
You have four points, and five replicates (columns). You will need at least five points for this.
Categories
Find more on Biological and Health Sciences in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!