<< dispmat_see Numerical dispmat_spec >>

Display Matrix Toolbox >> Display Matrix Toolbox > Numerical > dispmat_show

dispmat_show

Displays a matrix of +,- representing the sign of entries.

Calling Sequence

str = dispmat_show ( A )
str = dispmat_show ( A , verbose )

Parameters

A :

a n-by-m matrix of doubles

verbose :

a 1x1 matrix of booleans, set to true to print the matrix (default = %f)

this :

a graphical matrix, as created by dispmat_plotnew

Description

Displays a

Examples

str = dispmat_show ( 2*rand(10,10)-1 )
dispmat_show ( 2*rand(10,10)-1 , %t );

Authors


Report an issue
<< dispmat_see Numerical dispmat_spec >>