How to compare values within a matrix?

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

What exactly you are trying? You have only one matrix..more details needed.
I have four accuracies from a process with minor adjustments, Now i want to see if these values are significantly different from each other. Basically these 5 values are means

Sign in to comment.

Answers (1)

In case are you looking for this?
idx = find(accuracy < 0.05)

1 Comment

58,60,52,57 and 62 are different from each other , but are they significantly different from each other statistically. That is the question

Sign in to comment.

Categories

Find more on Curve Fitting Toolbox in Help Center and File Exchange

Products

Release

R2020a

Asked:

on 5 Oct 2020

Commented:

on 5 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!