How to compare values within a matrix?
Show older comments
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 Comments
KSSV
on 5 Oct 2020
What exactly you are trying? You have only one matrix..more details needed.
Rida Alfonso
on 5 Oct 2020
Answers (1)
KSSV
on 5 Oct 2020
In case are you looking for this?
idx = find(accuracy < 0.05)
1 Comment
Rida Alfonso
on 5 Oct 2020
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!