y = lyngby_mod(a,b)
lyngby_mod - Modulus function
function y = lyngby_mod(a,b)
Input: a Number to be mod'd
b Dividend
Output: y Modulus of a
The mod function was missing in Matlab 4.2, and for backwards
compatibility this is included