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.

rect.html

rect.m


function y=rect(x);
% rect :: Function that simply implements half-wave rectification

%%
y=max(x,0);
return

Contact us at files@mathworks.com