matlab plot

load A.mat % load matrix A

image(A) % color density map of matrix A

colormap(jet(64))

colorbar('vertical')