フィルターのクリア

DISPLAYOPT must be 'on' or 'off'.

2 ビュー (過去 30 日間)
João Lima
João Lima 2016 年 10 月 29 日
回答済み: Smith 2016 年 10 月 30 日
Hi,
in my code i had this error. The line where the error is that:
stats_multcompare]=multcompare(stats_KW,0.05,'display','off');
can anybody help me??
Thanks

採用された回答

Smith
Smith 2016 年 10 月 30 日
Maybe this will work
stats_multcompare = multcompare(stats_KW,'display','off');
Just remove the second input argument, 0.05, in your code. In MATLAB Product Ducmentation, the input argument Name and Value should be declared in pairs
c = multcompare(stats,Name,Value)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEmbedded Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by