No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_spy.m
subplot(1,2,1)
x = sprand(100, 100, 0.1);
spy(x)
title('\bfsprand','fontsize', 18);
subplot(1,2,2)
x = sprandsym(100, 0.1);
spy(x)
title('\bfsprandsym','fontsize', 18);

Contact us at files@mathworks.com