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_ind2sub.m
a = rand(3,5)
[i, j] = find(a>0.5);
a(sub2ind(size(a),i,j))=3

Contact us at files@mathworks.com