function p = rabbitpos(t) % usage: p = rabbitpos(t) % description: gives parametric path of rabbit. % we allow for different paths by way of a global...coordinate w. rabbitvel global pathnum; switch pathnum case 0 p = [(1+t/10).*cos(t);(1+t/10).*sin(t)]; otherwise end