Borrar filtros
Borrar filtros

Dimensions error on paired t-test?

2 visualizaciones (últimos 30 días)
shir shalom
shir shalom el 20 de Dic. de 2016
Comentada: Star Strider el 25 de Dic. de 2016
Hi all, I try to perform a paired t-test like that:
a=[1;2;3]
b=[10;20;30]
h = ttest(a,b)
and I get the following error message:
"Dimension argument must be a positive integer scalar within indexing range"
Does anyone know what's wrong?
Thanks, shir
  6 comentarios
shir shalom
shir shalom el 21 de Dic. de 2016
It has the same result:
C:\Program Files\MATLAB\R2013b\toolbox\stats\stats\ttest.m
Adam
Adam el 21 de Dic. de 2016
The one that is active (not overshadowed) will always be the result of the simpler call though.

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 21 de Dic. de 2016
Since you’re obviously not overshadowing, see if you have a path problem. The way to solve that is to run these two lines:
restoredefaultpath
rehash toolboxcache
That should solve path problems. If this doesn’t work, contact MathWorks Technical Support.
  6 comentarios
shir shalom
shir shalom el 25 de Dic. de 2016
I contacted them. Thank you so much.
Star Strider
Star Strider el 25 de Dic. de 2016
My pleasure.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Google 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