Code covered by the BSD License  

Highlights from
MOtion DEcision (MODE) model

image thumbnail
from MOtion DEcision (MODE) model by Massimiliano Versace
MOtion DEcision (MODE) model is a neural model of perceptual decision-making.

gif2RGB(gifFile)
function I = gif2RGB(gifFile)
[x, map] = imread(gifFile);
I = ind2rgb(x, map);

Contact us at files@mathworks.com