No BSD License
function i = rech3(t, x) i = length(t); while 1 if i == 0 break; end; if t(i)== x break; end; i = i-1; end;
Contact us at files@mathworks.com