Dimensions error on paired t-test?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
shir shalom
il 20 Dic 2016
Commentato: Star Strider
il 25 Dic 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 Commenti
Adam
il 21 Dic 2016
The one that is active (not overshadowed) will always be the result of the simpler call though.
Risposta accettata
Star Strider
il 21 Dic 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
6 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!