Ttest function with random numbers
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I have the following problem with the ttest function:
[h, p, ci, stats] = ttest(randn(10,1), randn(10,1), 0.05)
Undefined function or variable 't'.
Error in nanmean (line 7) N = sum(~isnan(t), dim);
Error in ttest (line 131) xmean = nanmean(x,dim);
Anyone knows how to deal with this? Doesn't seem to be related to structure (tried squeeze).
Best regards,
Christian
0 Kommentare
Akzeptierte Antwort
the cyclist
am 16 Nov. 2014
My best guess is that you have inadvertently defined your own ttest function. What do you get if you type
which -all ttest
?
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!