WLJS LogoWLJS Notebook

MatrixPlot

MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.

Examples

Visualize a matrix:

MatrixPlot[Table[i + j, {i, 10}, {j, 10}]]

Identity matrix:

MatrixPlot[IdentityMatrix[10]]

Please visit the official Wolfram Language Reference for more details.

On this page