Control chart function help
이전 댓글 표시
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
답변 (1개)
Adam Danz
2020년 10월 5일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Particle Swarm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!