Controlchart example from Help Not Working

When following the help example.
Example: Create X-bar and R control charts for the PARTS data.
load parts
st = controlchart(runout,'chart',{'xbar' 'r'});
I get the following error:
>> load parts
>> st = controlchart(runout,'chart',{'xbar' 'r'});
Error using range Too many input arguments. Error in controlchart>getstats (line 494) stats.range = range(X,2); Error in controlchart (line 239) stats = getstats(X,G,cctypes,distn,unit,width);

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink Design Verifier についてさらに検索

タグ

質問済み:

2015 年 7 月 3 日

編集済み:

2015 年 7 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by