Plots the eigenvalues of the matrix.
h = dispmat_spec ( A )
a n-by-m matrix of doubles
a graphics handle
Plots the eigenvalues of the matrix. The coordinates of each eigenvalue are its real and imaginary parts.
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_spec(A); close(h); | ![]() | ![]() |