How to present my outcomes in the form of a confusion matrix

1 view (last 30 days)
Hello.
So I've been assigned a task to compute the statistical values of a 3x3 confusion matrix by hand. After I managed to do so, I want to print my results just like in a confusion matrix.
My matrix is in the size of 6x2 and I want the final two values to be assigned together. In order to make it more specific:
this is my workspace values
And I want to present it like this:
Any advice would be very helpful

Answers (1)

the cyclist
the cyclist on 24 May 2022
Edited: the cyclist on 24 May 2022
If you have the Statistics and Machine Learning Toolbox, you could use the confusionchart or confusionmat command.
  2 Comments
the cyclist
the cyclist on 24 May 2022
I'm not sure what you mean by "by hand". Do you mean you don't want to use those functions, or you don't know how to use those functions to get what you want?
If you don't want to use the MATLAB function that was made for this job, then you need to decide how much of the work you want to do yourself, versus using MATLAB functions to do part of it. In that case, some "tools" you might want to use to build this figure yourself are

Sign in to comment.

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!