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_celldisp.m
s1.a = 1; s1.b = 'zz';
s2.a = 26; s2.b = 'aa';  
x = { 'H20', 0, [4, 5] s1; 'CH3OH' 1, [6; 7] s2};
celldisp(x, 'y')
cellplot(x, 'legend')
colormap(gray)
brighten(gcf, 0.75)

Contact us at files@mathworks.com