How to compare values within a matrix?
Afficher commentaires plus anciens
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 commentaires
KSSV
le 5 Oct 2020
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
le 5 Oct 2020
Réponses (1)
KSSV
le 5 Oct 2020
In case are you looking for this?
idx = find(accuracy < 0.05)
1 commentaire
Rida Alfonso
le 5 Oct 2020
Catégories
En savoir plus sur Curve Fitting Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!