Matrix Visualization with Matlab

Visualization of numeric matrices with up to three dimensions (rows, columns, pages).
620 descargas
Actualizado 17 Jun 2023

Ver licencia

The present code is a Matlab function that produces a view of a numeric matrix, where each matrix element is shown with its value and coded with color. The columns’ and rows’ numbers are placed on the x- and y-axis, respectively. The exact location and value of a given element on the matrix plot could be observed using the Data Cursor.
A few examples are given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

Citar como

Hristo Zhivomirov (2024). Matrix Visualization with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/69594-matrix-visualization-with-matlab), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Numerical Integration and Differentiation en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.3

A new version of the code has been uploaded.

1.0.2

A new version of the code has been uploaded.

1.0.1

A new version of the code has been uploaded.

1.0.0