How can I plot a square matrix ?

Hello,
I've got a square nxn matrix called A.
I would like the plot to show a nxn grid whose cell (i,j) has a color given by A(i,j) (like contourf but with a grid).
How can that be achieved?
Many thanks in advance for your answer.

Answers (1)

KSSV
KSSV on 25 Oct 2017
YOu have multiple functions for this: Read about pcolor , surf and imagesc.

Tags

Asked:

on 24 Oct 2017

Answered:

on 25 Oct 2017

Community Treasure Hunt

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

Start Hunting!