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
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.

カテゴリ

タグ

質問済み:

2020 年 10 月 4 日

編集済み:

2020 年 10 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by