Code covered by the BSD License  

Highlights from
CheckMate demos

image thumbnail
from CheckMate demos by Zhi Han
Demos for checkmate hybrid system verification tool.

[xdot,type]=testclock(x,q);
function [xdot,type]=testclock(x,q);

type='clock';

if  q==2
    xdot=1;
else
    xdot=0;
end;
reset=0;

Contact us at files@mathworks.com