No BSD License  

Highlights from
The Matrix Computation Toolbox

image thumbnail
from The Matrix Computation Toolbox by Nick Higham
A collection of M-files for carrying out various numerical linear algebra tasks.

show(x)
function show(x)
%SHOW   Display signs of matrix elements.
%       SHOW(X) displays X in `FORMAT +' form, that is,
%       with `+', `-' and  blank representing positive, negative
%       and zero elements respectively.

format +
disp(x)
format

Contact us at files@mathworks.com