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!