The goal of this toolbox is to provide algorithms to display matrices.
* dispmat_see : Pictures of a matrix and its pseudo-inverse.
* dispmat_show : Displays the sign of matrix entries.
* dispmat_spec : Plots the eigenvalues of the matrix.
* dispmat_gersh : Plots the Gershgoring circles of the matrix.
* dispmat_plotnew : Displays a matrix of values with entries from A.
* dispmat_plotconf : Configure a matrix plot of values with entries.
* dispmat_plotgetcell : Returns the handle corresponding to the given cell.
See the overview in the help provided with this toolbox.
TODO
* Separate the help pages into several pages.