DISPLAYOPT must be 'on' or 'off'.

조회 수: 5 (최근 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 CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by