Control chart function help
Mostra commenti meno recenti
Hello guys , I'm trying to create a controlchart using this command controlchart(X,5) , I get this error 'Error using controlchart (line 188)
G must have one group value for each row of X' > Any one please help
Risposte (1)
Adam Danz
il 5 Ott 2020
0 voti
The second input to controlchart(x,group) is a grouping variable that defines which group each element of x belongs to. It must be the same length as x.
Categorie
Scopri di più su Particle Swarm in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!