Borrar filtros
Borrar filtros

DISPLAYOPT must be 'on' or 'off'.

2 visualizaciones (últimos 30 días)
João Lima
João Lima el 29 de Oct. de 2016
Respondida: Smith el 30 de Oct. de 2016
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

Respuesta aceptada

Smith
Smith el 30 de Oct. de 2016
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)

Más respuestas (0)

Categorías

Más información sobre Embedded Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by