event

Navigation:  Language Reference > Functions > Event >

event

Previous pageReturn to chapter overviewNext page

Syntax

y = event(x);

Description

y becomes true when x is zero. This function forces the integration algorithm to find the exact point where the input crosses zero. This is called a state event.

Examples

x = sin(time*omega +phi);

y = event(x);

Limitations

y must be a boolean, x must be an expression yielding a scalar.