www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/bounceEvents.m

    function [value,isterminal,direction] = bounceEvents(t,y)
value = y(1);     % Detect height = 0
isterminal = 1;   % Stop the integration
direction = -1;   % Negative direction only