How to compare values within a matrix?
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 5 de Oct. de 2020
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
el 5 de Oct. de 2020
Respuestas (1)
KSSV
el 5 de Oct. de 2020
In case are you looking for this?
idx = find(accuracy < 0.05)
1 comentario
Rida Alfonso
el 5 de Oct. de 2020
Categorías
Más información sobre Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!