<< dispmat_gersh Numerical dispmat_show >>

Display Matrix Toolbox >> Display Matrix Toolbox > Numerical > dispmat_see

dispmat_see

Pictures of a matrix and its pseudo-inverse.

Calling Sequence

h = dispmat_see ( A )

Parameters

A :

a n-by-m matrix of doubles

Description

Create a graphics with 4 subplots. Print A with

Examples

A=[
-9          11         -21          63        -252
70         -69         141        -421        1684
-575         575       -1149        3451      -13801
3891       -3891        7782      -23345       93365
1024       -1024        2048       -6144       24572
];
h = dispmat_see ( A );
// Take some time to see the matrix...
// ... now close
close ( h );

Authors


Report an issue
<< dispmat_gersh Numerical dispmat_show >>