Control chart function help

8 views (last 30 days)
Badi Alanazi
Badi Alanazi on 4 Oct 2020
Edited: Adam Danz on 5 Oct 2020
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

Answers (1)

Adam Danz
Adam Danz on 5 Oct 2020
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.

Tags

Community Treasure Hunt

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

Start Hunting!