How to compare values within a matrix?
Ältere Kommentare anzeigen
accuracy = [58,60,52,57,62]
I have the accuracies and now i want to check if they are significantly different from each other. with P<0.05
2 Kommentare
KSSV
am 5 Okt. 2020
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
am 5 Okt. 2020
Antworten (1)
KSSV
am 5 Okt. 2020
In case are you looking for this?
idx = find(accuracy < 0.05)
1 Kommentar
Rida Alfonso
am 5 Okt. 2020
Kategorien
Mehr zu Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!