could anyone help me how to plot the confusion matrix with respect to the values

A=[700 0 0;
0 696 4;
0 9 691]
B=[150 0 0;
0 141 9;
0 2 148]
I want to plot the confusion matrix for A and B.
Could anyone please help me on it.

3 Comments

They already look like confusion matrices. What is your exact definition of a confusion matrix, and how would you want to plot one?
Comment posted as answer by Jaah:
i want to plot the confusion chart based on the confusion matrix.
That doesn't say anything. A confusion chart is the same thing as a confusion matrix, just with shaded cells. Can you Google an example of what you want as the output? Or make something in paint?

Answers (0)

This question is closed.

Asked:

on 24 Feb 2020

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!